Standard HTTP Response Statuses
Requests made using the Cloud 66 API can return any of the following response status codes.
Response Status Codes
Status Code | Description |
---|---|
200 | The request completed successfully. |
400 | The system cannot parse the request syntax. It might be missing required parameters or include an invalid value. |
401 | No authentication token was passed in the request. |
402 | The user's Cloud 66 trial period has expired. |
403 | The user does not have the scope required to submit this request. |
404 | The system cannot find a response for this request URI. |
408 | The system did not return a response before the server timed out. |
409 | The system did not return a response because there is a current conflict with the resource. |
503 | This resource is not actively implemented in this version of the Cloud 66 API. The user has reached or exceeded the maximum rate limit and must wait until the next hourly interval to retry the request. |