<< Click to Display Table of Contents >> Navigation: »No topics above this level« Errors & Response Codes |
Error Code |
Meaning |
---|---|
200 |
OK |
400 |
Bad Request – There is an issue in how the request was formed, you’re using a wrong parameter, or passing in incorrect data in a parameter |
401 |
Unauthorized – Your API key is wrong or you are not signing the request correctly |
402 |
You’ve exceeded your optimize limit |
403 |
Forbidden – you do not have the correct permissions for this operation |
404 |
Not Found – The specified resource could not be found. You should check your URL for typos |
405 |
Not allowed |
409 |
Conflict – There is already a resource with these same criteria. (i.e. you are attempting to create a duplicate resource) |
410 |
Gone |
422 |
Unprocessable |
429 |
Too Many Requests – You’re exceeding your API rate limit |
500 |
Internal Server Error – We had a problem with our server. Try again later. |
503 |
Service Unavailable – We’re temporarily offline for maintenance. Try again later. |