Webhook subscriptions
messenger_get_subscriptionsReturns account webhook subscriptions: notification URLs, versions, and status. Check existing subscriptions before subscribing or unsubscribing webhooks.
Instructions
Returns a LIST of the account's active webhook subscriptions: notification URLs and their versions/status. Read-only (despite the POST method — no body is required); creates and deletes nothing. Use it to check which URLs are subscribed before messenger_post_webhook_v3 (subscribe) or messenger_post_webhook_unsubscribe (unsubscribe).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||