Authorization: ********************
{
"hunt_group_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/huntgroup/listhuntgroupweblinks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"hunt_group_sid": 0
}'
{
"web_links": [
{
"web_link_sid": 0,
"name": "string",
"description": "string",
"link_type": "WEB_LINK_TYPE_UNSPECIFIED",
"order": 0,
"base_url": [
{
"key_type": "WEB_LINK_COMPONENT_KEY_TYPE_UNSPECIFIED",
"value": "string"
}
],
"parameters": [
{
"key": "string",
"components": [
{
"key_type": "WEB_LINK_COMPONENT_KEY_TYPE_UNSPECIFIED",
"value": "string"
}
]
}
]
}
]
}