Re-subscribe a Facebook Page to Zernio's webhooks
Re-sends the full field set to Meta and returns the subscription read back afterwards. Meta only honours the field set sent at subscribe time, so a Page connected before a field existed stays without it until this runs. The response reflects what Meta actually granted, not what was requested.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
Response Body
application/json
application/json
application/json
{ "resubscribed": true, "pageId": "string", "appSubscribed": true, "leadgen": true, "subscribedFields": [ "string" ], "warning": "string"}Read a Facebook Page's webhook subscription
Returns the webhook fields Zernio's app is subscribed to on the connected Page, read live from Meta. Use it to confirm `leadgen` is present: a Page missing it keeps delivering every other event while lead ads stop arriving, with nothing to indicate it.
List posts
Returns a paginated list of posts. Published posts include platformPostUrl with the public URL on each platform.