Missing Token
Indicates that the request has not been applied because it lacks valid authentication credentials for the target resource.
Common Causes
Section titled “Common Causes”- The
Authorizationheader is missing. - The token is not included in the request at all.
- The header is present but empty or malformed.
{ "message": "access token required", "error_code": "NOT_AUTHORIZED"}