HTTP methods
The SDK connects to our RESTful API. The SDK has classes configured to connect to the API, including fields that can be used for inputs or outputs as well as methods that correspond to HTTP methods.
Method | Description |
GET | Gets information about an entity. |
POST | Updates information about an entity. In certain cases, this will also be used to retrieve information. |
PUT | Creates a new entity. |
DELETE | Removes an existing entity. |