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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.owlbot.ai/core-concepts/api-erros.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
