post https://customer.my.onetrust.com/api/access/v1/oauth/token
Use this API to generate an OAuth access token using the client_credentials
grant type.
Things to Know
- Client credentials can be generated from within Global Settings in the OneTrust application. For more information, see Managing OAuth 2.0 Client Credentials.
- Use the
client_id
andclient_secret
to generate the OAuth access token using this API.- A maximum of 500 OAuth 2.0 client credentials can be created per account.
Recipes
🔑
Generate OAuth Access Token
Open Recipe