Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

The Crittah API is only available in the Enterprise version of Crittah. If you would like to upgrade from Standard or Lite to use this feature please contact sales on our website (www.crittah.com)

 


Getting Started

Table of Contents

...


The standard methods are:

MethodAction performed
GET Retrieves data from a resource 
DELETE Deletes the data from a resource
POST Creates a new resource or updates the supplied data for an existing resource
PUT Overwrites the resource with the data you provided

 


Tools

To test the Crittah API you can use a simple command line tool called "cURL" (As in "Call URL") . cURL can or a more user friendly application called Postman.

Postman

Postman can be downloaded from https://www.getpostman.com/

cURL

 cURL can be used on Windows, Linux and UNIX machines to perform your testing with the Crittah API. Curl is usually installed on Mac, Linux and UNIX systems by default. If you are running windows then you can download and install cURL from here.

...