Authenticate using OAuth2 to get started with the Forte Compliance widget integration.
POST /auth/v1/oauth2/token
{ "client_id": "{{client_id}}", "client_secret": "{{client_secret}}" }
{ "data": { "access": "eyJraWQi...", "expires_in": 3600, "token_type": "Bearer" } }
⚠️ The access token is valid for 1 hour. Refresh it as needed before making additional requests.