AppAIGatewayDocs

Browser handoff: details

POST
/v1/cli/browser/{id}/details

First-party browser only: both the request URL origin and exact Origin header must match consoleOrigin; a separate submissionToken is required. Identity approval also requires an interactive human session; registration is limited to a valid pending claim. Provider secret values are write-only.

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/cli/browser/string/details" \  -H "Content-Type: application/json" \  -d '{    "submissionToken": "string"  }'
{  "kind": "claim",  "payload": {    "property1": null,    "property2": null  },  "account": {    "id": "string",    "name": "string",    "createdAt": "string",    "claimed": true,    "expiresAt": "string"  },  "viewer": {    "name": "string",    "email": "string"  },  "blockedBy": "registration_required",  "googleEnabled": true,  "expiresAt": "string"}