API Reference
REST APIs and integrations
All errors are standardized and returned in the following format. Error codes are stable and will not change.
1{2 "error": {3 "code": "ERROR_CODE_IDENTIFIER",4 "message": "Description of the error."5 }6}