Responses
Content-Type Header
All responses are returned in JSON format. We specify this by sending the Content-Type
header.
Status Codes
Below is a table containing descriptions of the various status codes we currently support against various resources.
Response Code
Description
200
OK
201
Resource Created
202
Accepted
400
Bad Request
401
Unauthorized
404
Resource Not Found
406
Not Acceptable
422
Unprocessable Entity
429
Too Many Requests
500
Internal Server Error
Pagination
When a request is made with a pagination query, the meta data is included in the response to allow for easy traversal of previous, current, first, and last page of the data set.
Last updated