v1

latestOpenAPI 3.1.02026-07-24890206.3 KB

Header & Templates Fetch

post/communication/sms/header_templates

Headers

client-idstring required
client-secretstring required
Content-Typestring required

Request body

mobilestring required

Partner Registered Mobile Number

sms_typestring required

Provide SMS Type: For Transactional (Pass "transaction"), For Promotional (Pass "promotional)

Response

200

statusstring
statusCodestring

Example response

{
  "status": "SUCCESS",
  "statusCode": "200",
  "data": [
    {
      "mobile": "{{Partner Mobile}}",
      "sender_id": "{{Sender ID}}",
      "template": "{{{SMS Template}}",
      "sms_type": "transactional",
      "status": "Active"
    }
  ]
}