Authorization: Bearer ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/smsapi/listsmstemplates' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"sms_template_with_intents": [
{
"sms_template": {
"last_updated": "1s",
"message": "string",
"sms_template_sid": 0
},
"sms_intent_templates": [
{
"last_updated": "1s",
"name": "string",
"description": "string",
"action_key": "string",
"action_detail": "string",
"action_trigger": "string",
"sms_intent_template_sid": 0,
"priority": 0
}
]
}
]
}