Skip to main content
POST
/
v1
/
call-agents
/
web-call
/
{call_agent_id}
Generate Web Call Access Token
curl --request POST \
  --url http://api.stuut.ai/v1/call-agents/web-call/{call_agent_id} \
  --header 'Authorization: Bearer <token>'
{
  "access_token": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

call_agent_id
string
required

Response

Successful response

access_token
string | null