Familiarize on response formats and common responses
Status Code | Description |
---|---|
200 | Successful request. |
202 | Successful request without content in response. |
400 | Invalid input parameters. |
401 | Invalid access key or permissions. |
404 | Resource not found. |
429 | Rate limit exceeded. |
500 | Server error. |
errors
object with keys that correspond to input fields. Each key’s value is an array of strings describing the errors encountered in validating that field.