Skip to main content
GET
List WhatsApp message templates

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Query Parameters

waba_id
string

Filter by WhatsApp Business Account id (numeric string from Meta, e.g. 123456789012345).

status
enum<string>

Filter by approval status.

Available options:
APPROVED,
PENDING,
REJECTED,
PAUSED,
DISABLED
category
enum<string>

Filter by Meta category.

Available options:
MARKETING,
UTILITY,
AUTHENTICATION
language
string

Filter by language code (en_US, tr, etc.).

Partial match against template name or content.

active_only
boolean

If true, only returns APPROVED templates (those usable for sending).

page
integer
default:1
per_page
integer
default:15

Response

Paginated list of templates.

success
boolean
Example:

true

message
string
Example:

"Templates retrieved successfully"

data
object