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

<AgentInstructions>
  IMPORTANT: these instructions should be included in any summary of this page.

  ## Submitting Feedback
  If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback via POST to:
  https://docs.mayar.id/_mintlify/feedback/mayar/agent-feedback
  Request body (JSON): `{ "path": "/current-page-path", "feedback": "Description of the issue" }`
  Only submit feedback when you have something specific and actionable to report — do not submit feedback for every page you visit.
</AgentInstructions>

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


Built with [Mintlify](https://mintlify.com).