Skip to main content
GET
/
whatsapp-templates
/
{channelId}
List WhatsApp templates for a channel (Meta passthrough)
curl --request GET \
  --url https://api.example.com/whatsapp-templates/{channelId} \
  --header 'Authorization: Bearer <token>'
{
  "data": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.visitoai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <api_key>.

Path Parameters

channelId
string
required

Visito WhatsApp channel ID

Minimum string length: 1

Response

Templates retrieved successfully

data
any | null

Raw response from Meta list-templates API