Skip to main content
GET
/
v1
/
organization
/
whatsapp
/
templates
/
{templateId}
/
apps
cURL
curl --request GET \
  --url https://api.buildwithchirp.com/v1/organization/whatsapp/templates/{templateId}/apps \
  --header 'Authorization: Bearer <token>'
{
  "apps": [
    {
      "id": "<string>",
      "appId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Admin API key (format: sk_admin_*) for organization-level operations

Path Parameters

templateId
string
required

The template ID to list linked apps for

Example:

"wht_abc123"

Response

List of linked apps

apps
object[]
required