Skip to main content
GET
List WhatsApp Templates

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Query Parameters

category
enum<string>
Available options:
ACCOUNT_UPDATE,
ALERT_UPDATE,
APPOINTMENT_UPDATE,
AUTHENTICATION,
AUTO_REPLY,
ISSUE_RESOLUTION,
MARKETING,
OTP,
PAYMENT_UPDATE,
PERSONAL_FINANCE_UPDATE,
RESERVATION_UPDATE,
SHIPPING_UPDATE,
TICKET_UPDATE,
TRANSACTIONAL,
TRANSPORTATION_UPDATE,
UTILITY
category__in
string[]

Multiple values may be separated by commas.

channel
integer
channel__in
integer[]

Multiple values may be separated by commas.

ordering
string

Which field to use when ordering the results.

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

A search term.

status
enum<string>
Available options:
approved,
deleted,
disabled,
draft,
in_appeal,
pending,
pending_deletion,
rejected,
submitted
status__in
string[]

Multiple values may be separated by commas.

Response

200 - application/json
count
integer
Example:

123

next
string<uri> | null
Example:

"http://api.example.org/accounts/?page=4"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?page=2"

results
object[]