HTTP status codes the server can generate in response to HTTP requests via the API Framework:
200 OK
: Your request was successful.400 Bad Request
: Invalid request is made against the API.- The specific issue should be returned in the body of the request.
401 Unauthorized
: You are making calls against the API with an unauthorized bearer token.-
- Typical issues include issues with the App Authorization not being able to access certain endpoints or IP restrictions in place on the App Authorization
-
500 Internal Server Error
: Internal server error (retry your request).503 Service Unavailable
: Unavailable.504 Gateway Timeout
: Deadline exceeded (retry your request).