Error-Messages
Error 400 - Bad Request
One of the request parameters may be invalid or your access token may have expired. For details on how to get an access token, see GetToken.
Error 401 - Unauthorized
The API endpoint detects an expired access token.
403 - Forbidden
The authorization of the access token failed.
Error 404 - Not Found
The server may be unavailable, or the syntax of your request may be incorrect/incomplete. For instance, some of the request parameters may be missing.
Error 405 - Method Not Allowed
The request method is not supported by the API resource. For instance, you may have tried to use a GET request on an endpoint that supports POST requests.
Error 500 - Internal Server Error
Generic error message, given when no more specific error message is available. The provided access token may not be valid.