GET/v1/whatsapp-templates
List approved WhatsApp message templates
Lists templates registered for an active WhatsApp Business sender.
GET https://api.simplyrcs.com/v1/whatsapp-templates · requires an API key
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
senderId | string | Yes | Id of an ACTIVE WhatsApp Business sender. |
Responses
| Status | Returns | Description |
|---|---|---|
200 | WhatsAppTemplateList | Successful response |
400 | ErrorResponse | Validation error |
401 | ErrorResponse | Authentication failed |
Example request
curl -X GET https://api.simplyrcs.com/v1/whatsapp-templates \
-H 'Authorization: Bearer YOUR_API_KEY'