Skip to main content
GET
Returns paginated message templates configured within your organization, including their current review status (PENDING, APPROVED, REJECTED), languages, categories, and component structures.

Authentication

This endpoint requires Bearer token authentication.

Input parameters

string
required
Bearer token for authentication. Format: Bearer <token>.
number
default:"100"
Maximum number of templates to retrieve per page (min 1, max 100).
number
default:"1"
Page number (starts at 1).

Response Fields

boolean
Whether additional pages exist.
number
Total number of templates across all pages.
number
Current page number.
number
Items per page limit applied.
MessageTemplateResponse[]
Array of message templates:


Previous
Get template
GET /api/v1/templates/{template_id}
Next