v1

latestOpenAPI 3.1.02026-07-26457177.8 KB
Authorization

Generate a Partner Identity Verification Token

📘

You can place your application's client_id into the username field, and your client_secret into the password 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.

❗️

This resource is only available for eligible programs. Please reach out to your Astra Integration Specialist for more information.

post/v1/partner/identity/verification

Request body

user_intent_idstring

The unique Astra user intent ID (required if a Personal User does not already exist in Astra's system)

business_profile_idstring

The unique Astra Business Profile ID (required if a Business User does not already exist in Astra's system)

user_idstring

The unique Astra user ID (required if the the Personal/Business User has already been created)

Response

Successful response

tokenstring

The short-lived verification token to be provided as a query param in the Astra SDK