Skip to content

Error Handling

Status Code Meaning
400 Bad Request
401 Unauthorized
403 Forbidden
500 Internal Server Error

Errors follow this format:

{
  "errorCode": "INVALID_REQUEST",
  "message": "Invalid query parameters"
}