Authorization: ********************
{
"link_config_id": "string",
"expiry": "1s",
"user_data": [
{
"values": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
},
"task_id": "string",
"src": "REQUEST_SOURCE_IVR"
}
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/integrations/createpaymentportallinks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"link_config_id": "string",
"expiry": "1s",
"user_data": [
{
"values": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
},
"task_id": "string",
"src": "REQUEST_SOURCE_IVR"
}
]
}'
{
"urls": [
"string"
]
}