---
title: "Header & Templates Fetch"
method: POST
path: "/communication/sms/header_templates"
---

# Header & Templates Fetch

`POST /communication/sms/header_templates`

## Headers

- `client-id` string, required
- `client-secret` string, required
- `Content-Type` string, required

## Request body

- object
  - `mobile` string, required — Partner Registered Mobile Number
  - `sms_type` string, required — Provide SMS Type: For Transactional (Pass "transaction"), For Promotional (Pass "promotional)

## Response `200`

200

- object
  - `status` string
  - `statusCode` string
  - `data` object[]
    - `mobile` string
    - `sender_id` string
    - `template` string
    - `sms_type` string
    - `status` string

---

[API](https://skmtc.net/aeronpay/apis/merchant-onboarding.md) · [All operations](https://skmtc.net/aeronpay/apis/merchant-onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aeronpay/merchant-onboarding/versions/1027c0f514b1/schema)
