Authorization: ********************
{
"web_link_template_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/weblinktemplate/get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"web_link_template_id": "string"
}'
{
"web_link_template": {
"web_link_template_id": "string",
"display_name": "string",
"description": "string",
"is_js_link": true,
"base_url": [
{
"agent_field": {
"option": "AGENT_FIELD_OPTION_AGENT_FIRST_NAME"
}
}
],
"parameters": [
{
"key": "string",
"value": [
{
"agent_field": {
"option": "AGENT_FIELD_OPTION_AGENT_FIRST_NAME"
}
}
]
}
]
}
}