Authentication and Authorization Errors
The following error codes are returned during authentication and authorization.
| HTTP Status | Business Code | Description |
|---|---|---|
| 401 | AUTH_REQUIRED | Missing Authorization request header |
| 401 | AUTH_INVALID | Authentication information is invalid |
| 401 | AUTH_EXPIRED | The access token has expired |
| 403 | AUTH_SCOPE_DENIED | The current client does not have the permission required by this endpoint |
