While using API access through Bearer token in POSTMAN got the error.
"<InvalidTokenException>
<error>invalid_token</error>
<error_description>Invalid access token: -xxxxxxx-xxxxxx</error_description>
</InvalidTokenException>"
Details
- Check whether the token feature is activated on the client side. Please refer API/CLI User Token Management
- Check whether the validity value set for token has expired.
- Check whether the user access to token management is revoked, that is if they are unable to generate token.
- Check whether the token is generated from and API called from the same server. That is if cloud server is used, it should only be used for generating token and calling API.
Highlight API's
Additional Resources
CAST Highlight Troubleshooting Guides
CAST Highlight Product Documentation
Ticket
38062
Comments