Get All Subscriptions for a WABA
GET https://graph.facebook.com/{{Version}}/{{WABA-ID}}/subscribed_apps
To get a list of apps subscribed to Webhooks for a WABA, send a GET request to the subscribed_apps
endpoint on the WABA:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"whatsapp_business_api_data":{"link":"\u003cAPP1_LINK\u003e","name":"\u003cAPP1_NAME\u003e","id":"7234002551525653"}},{"whatsapp_business_api_data":{"link":"\u003cAPP2_LINK\u003e","name":"\u003cAPP2_LINK\u003e","id":"3736565603394103"}}]}