Success
| Status | Meaning |
|---|---|
200 | Request succeeded. The response body contains the result. |
304 | Sent for a conditional GET when your cached copy is still current. The response has no body. See Amenities for the caching flow. |
Errors
| Status | Meaning |
|---|---|
400 | The request is malformed, a required parameter is missing (including the API key), or validation failed. |
401 | The API key is invalid. |
404 | The requested resource was not found. |
500 | An unexpected server error occurred. Retry with backoff if the operation is safe to repeat. |