Errors

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

StatusDescription
200Everything worked as expected.
400The request was unacceptable, often due to a missing required parameter.
401Access token has expired or is invalid.