List of common status codes

Below is a list of common status codes and their summary.

HTTP StatusCode Summary
200OKThe request is successful
201OKThe request is successful
400Bad RequestThe request failed due to a malformed request syntax. Check the requested URL, including the parameters.
401UnauthorizedThe request failed due to an authorization issue. For example, the Customer Key could be missing or invalid.
402Request FailedThe parameters were valid, but the request failed.
403ForbiddenThe API key doesn’t have permissions to perform the request.
404Not FoundThe requested resource doesn’t exist. Check the requested URL.
429Too Many RequestsToo many requests hit the API too quickly/ limit has been consumed. We recommend an exponential backoff of your requests.
500, 502, 503, 504Server ErrorsSomething went wrong on AppZen’s end. (These are rare.)
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.