Skip to main content

Overview

Retrieve all WhatsApp message templates that are available within your workspace. This endpoint returns every template synchronized from your connected WhatsApp Business accounts, making it useful for browsing, selecting templates, or configuring WhatsApp AI Agents and campaigns.

Prerequisites

  • Bearer Token authentication

Request

string
required
Bearer token for authenticated workspace access.

Response

boolean
Indicates whether the request completed successfully.
integer
HTTP status code returned by the API.
string
Confirmation message indicating the templates were retrieved successfully.
array
List of all WhatsApp templates available in the workspace.
string
Unique identifier of the WhatsApp template.
string
Registered name of the WhatsApp template.
string
Language configured for the template.
string
Template category such as Utility, Marketing, or Authentication.
string
Current approval status of the template.

Error Handling

Unlike Get WhatsApp Templates, which retrieves templates for a specific WhatsApp Business phone number, this endpoint returns every template available across your workspace.
Related endpoints:
  • GET /api/whatsapp/get-templates/{phoneNumberId} — Retrieve templates for a specific WhatsApp Business number.
  • GET /api/whatsapp/get-variable-by-template-id/{phoneNumberId}/{templateId} — Retrieve variables required by a template.