Error Codes

  • 2xx codes indicate success. For example, a 200 OK code indicates that the request was successful.
  • 4xx codes indicate an error that was caused by the client. For example, a 400 Bad Request code indicates that the request was malformed.
  • 5xx codes indicate an error that was caused by the server. For example, a 500 Internal Server Error code indicates that the server encountered an unexpected error.
CodeDescription
200 - OKThe request was successful.
400 - Bad RequestThe request was malformed.
401 - UnauthorizedNo valid API key provided.
403 - ForbiddenThe API key doesn’t have permissions to perform the request.
404 - Not FoundThe requested resource doesn’t exist.
500 - Server ErrorThe server encountered an unexpected error.