v1

latestOpenAPI 3.1.02026-07-2616459400.5 KB
WhatsApp Templates

Fetch Template List API

Retrieve a list of WhatsApp templates with support for filtering, sorting, and pagination. This API allows you to filter templates by status, name, language, and type to efficiently manage your template library.

get/v3/metainfo/template/list

Query parameters

status'approved' | 'rejected' | 'pending'

Filter templates by their approval status. Example - approved, rejected.

template_namestring

Filter templates using a partial or full match of the template name.

languagestring

Filter templates by language. Example - English, Hindi.

template_typestring

Filter templates by type. Comma-separated values like 1,2.

offsetinteger

Number of records to skip for pagination.

limitinteger

Maximum number of records to return.

Headers

Content-Typestring required
Example:application/json

Must be set to 'application/json' for JSON requests.

Response

Successfully retrieved template list

statusstring required
messagestring required

Example response

{
  "status": "success",
  "message": "Templates retrieved successfully"
}