Errors from API

You can expect some common HTTP status code:

  • 200: OK
  • 201: Resource created
  • 202: Accepted
  • 204: OK without content
  • 400: Bad request, like missing data
  • 404: Resource not found
  • 409: Conflict, resource already exist
  • 410 Expired token: Access token is expired, need new authentication
  • 429 Too Many Requests: Rate limit exceeded, check Rate limit doc
  • 500: Interal server error, contact us if you expect them with reproductible procedure