Status Codes

Possible HTTP Response Status Codes

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