AURA authenticates every request with a bearer token (a JWT) generated from
your clientId and clientSecret. These credentials identify your integration
— your customer source — and must only ever be used from a backend.
Authorization header on every request.For the exact request and response, see Exchange credentials for a token in the API Reference.
Tokens expire after a fixed period. Refresh by requesting a new token rather than minting one per request, and never expose credentials or tokens in client applications.
First-pass migration of the public documentation. Confirm credential issuance and environment URLs with your AURA contact before go-live.