AppAIGatewayDocs

Browser handoff: submit

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

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/submit" \  -H "Content-Type: application/json" \  -d '{    "submissionToken": "string"  }'
{  "state": "completed",  "message": "string",  "continueTo": "cli"}