Support · Legal
Verified RCS · SMS · MMS
API REFERENCE

Templates API

The SimplyRCS templates API has 1 public endpoints. Every endpoint below is documented with its parameters, responses and an example request. The reference is public and needs no account; a scoped API key is required only to make live calls.

Reusable message templates and landing pages.

Base URL https://api.simplyrcs.com · All 195 endpoints · Pricing

Endpoints in this section

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

NameTypeRequiredDescription
senderIdstringYesId of an ACTIVE WhatsApp Business sender.

Responses

StatusReturnsDescription
200WhatsAppTemplateListSuccessful response
400ErrorResponseValidation error
401ErrorResponseAuthentication failed

Example request

curl -X GET https://api.simplyrcs.com/v1/whatsapp-templates \
  -H 'Authorization: Bearer YOUR_API_KEY'