v1
latestOpenAPI 3.1.02026-07-24890206.3 KBHeader & Templates Fetch
post/communication/sms/header_templates
Headers
client-idstring required
client-secretstring required
Content-Typestring required
Request body
Response
200
Example response
{
"status": "SUCCESS",
"statusCode": "200",
"data": [
{
"mobile": "{{Partner Mobile}}",
"sender_id": "{{Sender ID}}",
"template": "{{{SMS Template}}",
"sms_type": "transactional",
"status": "Active"
}
]
}