v1

latestOpenAPI 3.0.12026-07-2471135326.0 KB
Templates

Get Message Template

Retrieve a specific message template using its ID from a designated WABA. If neither is provided, the system will search for the message template across all WABAs associated with the user.

get/v2/whatsapp/templates/{id}

Path parameters

idstring required

Unique identifier of the message template.

Query parameters

senderIdstring
wabaIdstring

Response

OK

reasonstring

Example response

{
  "meta": {
    "timestamp": 1597166699457,
    "transactionId": "70169d77-c165-4795-9932-35b8a3af96fb",
    "explain": "a descriptive text"
  },
  "errors": {
    "reason": "a descriptive text"
  }
}