Generic errors

Common errors

Errors

Generic Error

Message

Something went wrong, please try again in a bit.

Status code

400

JSON response

{
  "error": "Something went wrong, please try again in a bit."
}

Authentication Error

Message

Authentication Headers Were Not Provided

Status code

401

JSON response

{
  "detail": "Authentication credentials were not provided."
}

Invalid Token

Message

Invalid API key

Status code

403

JSON response

{
  "detail": "Invalid API key."
}