Errors
Some errors might be encountered after an API request is made and a response is returned.
Validation Errors
{
"required field": [
"error message"
]
}Authentication Errors
{
"description": "Please provide an auth token as part of the request.",
"title": "Auth token required"
}Other Errors
Last updated
Was this helpful?