Response Codes

CodeDescription
200OK - Successful Response
201CREATED - Resource was created successfully
400BAD REQUEST - The request was bad, often due to a missing required parameter
401NOT AUTHORIZED- Authentication error, this token is not allowed access to the API.
403FORBIDDEN
404NOT FOUND
422UNPROCESSABLE ENTITY- Request could not be processed, typically indicates a validation error.
429TOO MANY REQUESTS- Request was rate limited, please retry
500SERVER ERROR- Internal Server Error