v9
OpenAPI 3.1.02026-08-043703845.2 MBSocial Accounts
List Social Account Lead Forms
Lists the active lead (instant) forms that already exist on a connected Facebook page, so an ad can reuse one as its lead_gen_form_id instead of authoring a new form. Every active form comes back in a single response — the list is not paginated.
get/social_accounts/{id}/lead_forms
Query parameters
account_idstring required
The Account (a biz_ identifier) the social account is connected to.
Response
lead forms listed
Example response
{
"data": [
{
"form_type": "more_volume",
"questions": [
{
"options": [
{
"logic": {
"action": "go_to_question"
}
}
]
}
]
}
]
}