# API error codes and HTTP statuses

## Question

The API docs don't describe returned values for HTTP codes (200, 404, 500). Can this be added?

## Answer

This mapping is already available in the **Error codes reference**.

It lists:

* the **platform error code** (left column)
* the matching **HTTP status code** (right column, if applicable)
* a **description** (middle column)

Many endpoints also list endpoint-specific error codes.

## Linksss

* [Error codes reference](/docs/navixy-api/user-api/backend-api/errors.md)


---

# 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://navixy.com/docs/qna/apis/api-error-codes-and-http-statuses.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.
