Getting Started
Standard Responses
Unsuccessful API requests will return standard responses which are detailed below
HTTP 400 - Bad Request
An HTTP 400 response indicates a problem with the parameters / data passed to the API.
Our responses will return an array of failures conforming to the following type definition
Code
For example:
Code
HTTP 404 - Not Found
An HTTP 404 response indicates you're trying to access a resource that does not exist.
Not found responses will have the following structure
Code
Example:
Code
Last modified on
