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