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

|                       **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](https://mayar.mintlify.app/api-reference/rate-limit) | [Your limit reached](https://mayar.mintlify.app/api-reference/rate-limit) |
|                             500                            |                                   Error                                   |
