Skip to main content
GET
Get Templates

Overview

Retrieve all WhatsApp message templates for a workspace with pagination support.

Query Parameters


Response

Success (200 OK)


Template Status Values


Filter Examples

Get first page with 25 templates

Get all approved templates

Use the response data and filter by status: "APPROVED" on the client side, or use Sync to update statuses.
Use the Sync endpoint regularly to update template statuses from Meta.

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace
string<uuid>
required

ID of the workspace.

Query Parameters

per_page
integer
default:10

Number of templates per page.

Response

data
object[]
required
meta
object
required