Possible HTTP Response Status Codes
HTTP Code | Description |
---|---|
200 | OK: The request was successful, we created, retrieved or updated the resource. |
400 | BAD REQUEST: The request was unsuccessful due to malformed syntax or failed validation. |
401 | UNAUTHORIZED: The supplied credentials, if any, are not sufficient to perform the requested action. |
404 | NOT FOUND: The requested resource was not found. |
405 | METHOD NOT ALLOWED: Your requested HTTP method is not allowed. |
429 | TOO MANY REQUESTS: Your application has attempted too many API requests within the designated call limit timeframe. |
500 | SERVER ERROR: Internal server error. Helix has an application or configuration issue. |
503 | SERVICE UNAVAILABLE: Helix is temporarily unavailable (e.g.: maintenance window is in effect). Please try again later. |