Skip to main content
POST
/
v1
/
tools
/
demonstrate
/
take-over
/
{sessionId}
Take Over Tool Demonstration
curl --request POST \
  --url https://api.anchorbrowser.io/v1/tools/demonstrate/take-over/{sessionId} \
  --header 'anchor-api-key: <api-key>'
{
  "success": true,
  "cancelled_auth_tasks": 123,
  "cancelled_workflows": 123
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

sessionId
string
required

Response

Control handed over successfully.

success
boolean
cancelled_auth_tasks
integer
cancelled_workflows
integer