Status and Error Codes
All API responses include an HTTP status code indicating the result of the request.
| Code | Message |
|---|---|
200 | OK – The request was successful. |
400 | Bad Request – The request was malformed or invalid. |
401 | Unauthorized – Authentication failed or was not provided. |
403 | Forbidden – You do not have permission to access this resource. |
404 | Not Found – The requested resource could not be found. |
409 | Conflict – The request could not be completed due to a conflict. |
423 | Locked – The resource is currently locked. |
429 | Too Many Requests – You have exceeded the rate limit. |
500 | Internal Server Error – An unexpected error occurred on the server. Please try again later. |
