API Errors
Each request has its own expected errors, returned with status code 400.
Each error encountered is returned with an error code and associated message. Here's an exhaustive list of errors you may encounter
Status code
Error code
Message
401
UNAUTHORIZED
Token is revoked or not valid
403
FORBIDDEN
You are not allowed to access this resource
500
INTERNAL_ERROR
An unexpected error occured
Last updated