Comment on page
⁉
API Erros
Learn about the errors you might encounter when authenticate
We use standard HTTP status codes to indicate the success or failure of an API request. In general: Codes in the
200
range indicate success. Codes in the 400
range indicate an error that failed given the information provided (e.g., a token is false, missing or invalid.). Codes in the 500
range indicate an error with our servers (these are rare).Token is missing, please provide one.
Token is present but invalid because not correct or desactivated by Team Admin.
Last modified 3mo ago