Encoding Requests
Available HTTP verbs
The API allows the
POST
and GET
HTTP verbs to be used interchangeably. Endpoints listed in this document have recommended HTTP verbs listed however these are not strictly enforced. The API does not support other HTTP verb methods (e.g. OPTION
, HEAD
, PUT
, DELETE
, etc..) at this time.In addition to the HTTP verbs, the API also accepts both
application/x-www-form-urlencoded
and application/json
content-types. When working with our API you will encounter several parameters that accept boolean values. The acceptable representation of these values depends on requests encoding. With
application/json
we accept integer (1
/0
) representation. Last modified 4yr ago