Errors
Errors
This is a restful API; receiving any status code that isn't 200
or 201
is definitely an error.
Unauthorized
Not allowed to continue because we do not know who you are.
Forbidden
Authorized but forbidden to access a specific resource or action.
Not Found
Returned when a resource or endpoint cannot be located.
Not Acceptable
This is returned when conditions are not met to proceed with a request in transit.
Validation Error
We return this status code when the request's payload parameters aren't met.
Server Error
You'd definitely see this when something goes wrong on our end.