Overview
To retrieve a bearer token for use with Assessment Manager APIs, use the token endpoint with grant_type=client_credentials from the OAuth 2.0 specification.
What you can do
✓Obtain an OAuth 2.0 bearer token using client credentials
✓Use the returned
access_token as a Bearer token in the Authorization header for all subsequent API calls📋 Note: Credentials can be passed as URL parameters (client_id and client_secret) or as a Basic Authorization header where client_id is the username and client_secret is the password.
Endpoint Reference
Responses
TrustArc · Assessment Manager API — Accessing the Token · support.trustarc.com