⁉️API Erros

Learn about the errors you might encounter when authenticate

Error Codes

We use standard HTTP status codes to indicate the success or failure of an API request. In general: Codes in the 200range indicate success. Codes in the 400range indicate an error that failed given the information provided (e.g., a token is false, missing or invalid.). Codes in the 500range indicate an error with our servers (these are rare).

No token (status 400)

Token is missing, please provide one.

No verify (status 400)

Token is present but invalid because not correct or desactivated by Team Admin.

Last updated