Authorization: ********************
{
"hunt_group_sid": 0,
"call_sid": 0,
"call_type": "INBOUND",
"service_id": "string",
"scheduled_callback_id": "string",
"session_sid": 0,
"isInitialPreview": true,
"task_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/p3api/listhuntgroupweblinks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"hunt_group_sid": 0,
"call_sid": 0,
"call_type": "INBOUND",
"service_id": "string",
"scheduled_callback_id": "string",
"session_sid": 0,
"isInitialPreview": true,
"task_sid": 0
}'
{
"web_links": [
{
"display_name": "string",
"description": "string",
"link_url": "string",
"is_js_link": true,
"tooltip_missing_fields": [
"string"
],
"hunt_group_parameter_sid": 0
}
]
}