Response Codes
List of response codes
| Status Code | Internal Code | Description |
|---|---|---|
| 200 - OK | Successful | |
| 307 - Temporary Redirect | ||
| 400 - Bad Request (Syntax Error only) | Invalid JSON body | |
| 401 - Unauthenticated (Not Unauthorized) | ||
| 403 - Forbidden (Unauthorized) | ||
| 404 - Not Found | Resource or handler not found | |
| 410 - Gone | ||
| 422 - Unprocessable Entity | ||
| 429 - Too Many Request* | ||
| 500 - Internal Server Error | ||
| 501 - Not Implemented | ||
| 503 - Service Unavailable* | Back-end servers are at capacity. | |
Response code 307 may appear during requests, this is expected behavior.
Updated 6 months ago
