Appearance
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"
{
 Â
}