---
title: "Generate a Partner Identity Verification Token"
method: POST
path: "/v1/partner/identity/verification"
tags: ["Authorization"]
---

# Generate a Partner Identity Verification Token

`POST /v1/partner/identity/verification`

> 📘
>
> 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.

## Request body

- object
  - `user_intent_id` string — The unique Astra user intent ID (required if a Personal User does not already exist in Astra's system)
  - `business_profile_id` string — The unique Astra Business Profile ID (required if a Business User does not already exist in Astra's system)
  - `user_id` string — The unique Astra user ID (required if the the Personal/Business User has already been created)

## Response `200`

Successful response

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

---

[API](https://skmtc.net/astra/apis/astra-developer-api.md) · [All operations](https://skmtc.net/astra/apis/astra-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astra/astra-developer-api/revisions/09f0430e5d33/schema)
