Home /Resources/HTTP methods
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.

MethodDescription
GETGets information about an entity.
POSTUpdates information about an entity. In certain cases, this will also be used to retrieve information.
PUTCreates a new entity.
DELETERemoves an existing entity.