HTTP Response Codes
Code |
Description |
Notes |
---|---|---|
200 |
OK |
Request was successful. This is the most common code used to indicate success. |
202 |
ACCEPTED |
Asynchronous operation has been accepted and is processing. See Command Objects. |
204 |
NO CONTENT |
Call executed successfully. The response body is empty. |
301 |
MOVED PERMANENTLY |
Indicates a deprecated API that has been replaced by a new API. |
400 |
BAD REQUEST |
Executing the call would cause an invalid state, such as a domain validation error or missing data. |
401 |
UNAUTHORIZED |
Call executed with a missing or invalid authentication token. |
403 |
FORBIDDEN |
You are not authorized to perform the operation. |
404 |
NOT FOUND |
Requested resource could not be found. |
429 | TOO MANY REQUESTS | Total API requests in the last hour have exceeded 20000. See Rate Limiting |
500 |
INTERNAL SERVER ERROR |
The server threw an exception. Contact Support if these errors occur. |