post https://api-sandbox.astra.finance/v1/partner/identity/token
You can place your application's
client_id
into theusername
field, and yourclient_secret
into thepassword
form field of the Authentication section of this documentation π.
Using the session_token
obtained from /v1/partner/identity/verification
, call Astraβs Partner Identity Token endpoint to Authorize the User via API.
The result of successfully calling this endpoint will result in the creation of an access_token and refresh_token.
This resource requires the OAuth Client to be configured for Trusted Authentication.