cURL
curl --request GET \ --url https://api.buildwithchirp.com/v1/organization/whatsapp/templates/{templateId}/apps \ --header 'Authorization: Bearer <token>'
{ "apps": [ { "id": "<string>", "appId": "<string>" } ] }
List all apps linked to a WhatsApp template. These apps receive webhook events for template lifecycle changes.
Admin API key (format: sk_admin_*) for organization-level operations
The template ID to list linked apps for
"wht_abc123"
List of linked apps
Show child attributes