Overview
To retrieve a token for accessing the TrustArc APIs, use the token endpoint with the grant_type=client_credentials flow of the OAuth 2.0 specification.
What you can do
✓Retrieve an OAuth 2.0 bearer token using client credentials
✓Review required query parameters and their accepted values
✓Reference a sample request and expected success and error responses
Prerequisites
✓A TrustArc API
client_id and client_secret for your client application
✓Access to a tool or environment capable of making HTTP POST requests (for example, curl or an API client)
Endpoint Reference
Responses
TrustArc · API Token Authentication — POST /api/auth/oauth/token · support.trustarc.com