Skip to main content
GET
List templates

Overview

Returns all templates registered in a WABA. The components structure returned varies according to each template’s category and configuration.
The wabaId is obtained from the List WABAs endpoint.

Authorizations

Authorization
string
header
required

Secret Key generated in the Omni Z-API Security panel

Path Parameters

wabaId
string
required

WABA ID (obtained via List WABAs)

Example:

"428083093730937"

Query Parameters

limit
integer

Number of templates per page (Meta cursor pagination)

Required range: 1 <= x <= 100
Example:

25

status
enum<string>

Filter by approval status

Available options:
PENDING,
APPROVED,
REJECTED
Example:

"APPROVED"

before
string

Previous page cursor, returned in paging.cursors.before

after
string

Next page cursor, returned in paging.cursors.after

Response

List of templates

data
object[]