AviatoAviato
DeveloperAPI ReferenceAuthIdentity web sessionStart

/api/auth/identity-web-session/start

POST
/api/auth/identity-web-session/start

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/api/auth/identity-web-session/start" \  -H "Content-Type: application/json" \  -d '{}'
{
  "requestId": "string",
  "code": "string",
  "pairingUrl": "string",
  "expiresAt": "string"
}
{
  "error": "string"
}