Skip to main content
GET
/
whatsapp
/
accounts
/
{id}
/
templates
List message templates
curl --request GET \
  --url https://api.social-api.ai/v1/whatsapp/accounts/{id}/templates \
  --header 'Authorization: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.social-api.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

id
string
required

Connected account ID

Query Parameters

limit
integer

Maximum number of templates to return

cursor
string

Pagination cursor (after)

Response

Template list with paging info

The response is of type object.