> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mayar.id/llms.txt
> Use this file to discover all available pages before exploring further.

# Status Code

> Status Code From API V2 Endpoint Request Results.

The status code on an API endpoint is a 3-digit numeric code returned by the server each time a client (such as a browser, application, or other backend) sends a request to the API. Every request in our API has a response, and each response has a status code. This code indicates whether the request was successful, failed, or encountered another issue. In V2 the code is also returned inside the response envelope as the `statusCode` field.

|           **Status Code**           |                           **Explanation**                           |
| :---------------------------------: | :-----------------------------------------------------------------: |
|                 200                 |                         Your request Success                        |
|                 400                 | Bad request, your request in complate or you need add required data |
|                 404                 |                  Endpoint or Product doesn't exist.                 |
|                 401                 |              You dont have Authorization for access API             |
| [429](/api-reference-v2/rate-limit) |          [Your limit reached](/api-reference-v2/rate-limit)         |
|                 500                 |                                Error                                |
