Skip to main content
GET
Get list of existing WhatsApp templates.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

group
string

Optional group filter for templates.

category
enum<string>

Optional category filter. Category of template. Determines cost of sending message with this template.

Available options:
AUTHENTICATION,
MARKETING,
UTILITY
status
enum<string>

Optional status filter. Status of template. WhatsApp decides if template is good or if it will be rejected. Only "approved" templates can be used to send messages. See https://developers.facebook.com/docs/whatsapp/cloud-api/webhooks/reference/message_template_status_update

Available options:
created,
submitted,
approved,
in_appeal,
pending,
rejected,
pending_deletion,
deleted,
disabled,
limit_exceeded,
archived,
unarchived,
flagged,
locked,
paused,
reinstated

Response

200 - application/json

Success

data
object

Template submitted to WhatsApp for approval. Necessary to create business initiated conversations.