Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/omniapi/listcustomunsubscribelinks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"custom_unsubscribe_links": [
{
"custom_unsubscribe_link_sid": 0,
"link_name": "string",
"link_url": "string",
"validated": true,
"date_created": "1s",
"date_modified": "1s",
"date_validated": "1s",
"description": "string",
"deleted": true
}
]
}