Skip to content

Fetch an eligible survey for the signed widget user​

POST
/widget/surveys/eligible

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Request Body​

application/json
JSON
{
  
"trigger_mode": "string",
  
"trigger_key": "string",
  
"page_url": "string",
  
"metadata": {
  
}
}

Responses​

OK

application/json
JSON
{
  
"survey": "string"
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI