Get page lead forms
GET/ad-publishing/facebook/page/:pageId/forms
Retrieve lead gen forms for a specific Facebook page (published + drafts), sorted newest-first by createdTime. By default each form is returned in full (including its questions) as a plain array; pass projection (comma-separated) to return only the requested fields — any value outside the known field set is rejected. Pass limit (max 100) for a { forms, paging } envelope; use after (from paging.next) to fetch the next batch.
Request
Responses
- 200
- 400
- 401
- 422
A plain array of lead forms (default), or a \{ forms, paging \} envelope when `limit` is provided
Bad Request
Unauthorized
Unprocessable Entity