post https://api-sandbox.astra.finance/v1/partner/identity/verification
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 👉.
This endpoint generates a short-lived token that can be used to bypass the phone verification in the Astra SDK.
The token string must be included as a query param called session_token
when directing users to the Astra SDK.
This resource requires the OAuth Client to be configured for Trusted Authentication.