Get Templates
Templates
Get Templates
Retrieve all templates for the specified workspace.
GET
Get Templates
Overview
Retrieve all WhatsApp message templates for a workspace with pagination support.Query Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
per_page | integer | No | 10 | Number of templates per page |
page | integer | No | 1 | Page number |
Response
Success (200 OK)
Template Status Values
| Status | Description |
|---|---|
PENDING | Submitted to Meta, awaiting review |
APPROVED | Approved by Meta, ready to use |
REJECTED | Rejected by Meta, cannot be used |
UPDATING | Existing template being updated, under review |
Filter Examples
Get first page with 25 templates
Get all approved templates
Use the response data and filter bystatus: "APPROVED" on the client side, or use Sync to update statuses.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the workspace.
Query Parameters
Number of templates per page.