Skip to main content
GET
Query Meta’s official library of pre-approved message templates across industries, topics, languages, and use cases. Templates selected from the library can be provisioned into your WhatsApp Business Account immediately without waiting for custom review.

Authentication

This endpoint requires Bearer token authentication.

Input parameters

string
required
Bearer token for authentication. Format: Bearer <token>.
string
required
UUID of the registered WhatsApp channel used to authenticate against Meta Graph API.
Keyword search term for matching template titles, descriptions, and content.
string
Filter by specific communication topic (e.g. order_status, promotions, reservations).
string
Filter by business use case (e.g. lead_nurturing, abandoned_cart, appointment_booking).
string
Filter by target industry (e.g. retail, ecommerce, financial_services, healthcare).
string
Filter by language code (e.g. en_US, es_ES, pt_BR).
string
Filter by exact library template name.

Response Fields

Returns the Meta message template library payload containing template objects:
object[]
Array of pre-approved library template objects:


Previous
Create from library
POST /api/v1/templates/library/{template_id}/create
Next