Common Errors
This section lists the errors common to all APIs.
| Sr. # | Error Code | Error | Description |
|---|---|---|---|
| 1. | 400 | Bad request | Wrong parameters |
| 2. | 401 | Unauthorized | Wrong or expired token |
| 3. | 404 | Not found | The URL is incorrect or object is not found |
| 4. | 405 | Method not allowed | Wrong HTTP verb is used in the request |
| 5. | 500 | Internal server error | An exception or error occurred in API |
| 6. | 501 | Not implemented | Required function is not implemented by API |
| 7. | 503 | Service unavailable | API service is not available |