We use conventional HTTP response codes to indicate the success or failure of an API request. Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error (e.g., a required parameter was omitted, an ID wasn't recognized, etc.). Codes in the 5xx range indicate a rare and unlikely error with our servers.
Status Code Summary
| Status | Description |
|---|---|
| 200 | Everything worked as expected. |
| 400 | The request was unacceptable, often due to a missing required parameter. |
| 401 | Access token has expired or is invalid. |