# API Erros

## Error Codes

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).

## 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.
