Skip to main content
All responses use standard HTTP status codes.

Success

StatusMeaning
200Request succeeded. The response body contains the result.
201Resource created successfully.

Errors

StatusMeaning
400The request is malformed, a required parameter is missing (including the API key), or validation failed.
401The API key is invalid.
404The requested resource was not found.
409The request conflicts with the current state or matched more than one scoped resource.
422The resource exists but cannot be used for the requested operation. Usually validation errors.
500An unexpected server error occurred. Retry with backoff if the operation is safe to repeat.