| 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 | Your limit reached |
| 500 | Error |
API documentation
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.
