Generic errors
Common errors
Errors
Generic Error
Message
Something went wrong, please try again in a bit.Status code
400JSON response
{
"error": "Something went wrong, please try again in a bit."
}
Authentication Error
Message
Authentication Headers Were Not ProvidedStatus code
401JSON response
{
"detail": "Authentication credentials were not provided."
}
Invalid Token
Message
Invalid API keyStatus code
403JSON response
{
"detail": "Invalid API key."
}