OpenAPI 3.1.02026-08-163864115.7 MB

c363cb2feb95

Social 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": [
    {
      "completion": {
        "button_text": "See our work",
        "description": "We book coatings two days out, so pick a slot when we ring.",
        "headline": "Thanks — we will call you today",
        "url": "https://shinetime.example/gallery"
      },
      "created_at": "2026-01-01T12:00:00.000Z",
      "disclaimer": {
        "body": "Ceramic coating requires the vehicle for two days.",
        "checkboxes": [
          {
            "key": "consent_1",
            "required": true,
            "text": "I agree"
          }
        ],
        "title": "Before you submit"
      },
      "form_type": "higher_intent",
      "id": "24839",
      "intro": {
        "description": "Tell us about your vehicle and we will send a fixed price.",
        "headline": "Get a ceramic coating quote"
      },
      "locale": "en_US",
      "name": "Ceramic coating quote requests",
      "privacy_policy_link_text": "Shine Time privacy policy",
      "privacy_policy_url": "https://shinetime.example/privacy",
      "question_labels": [
        "Email"
      ],
      "questions": [
        {
          "format": "multiple_choice",
          "label": "What vehicle are we detailing?",
          "options": [
            {
              "key": "ceramic_coating",
              "logic": {
                "action": "go_to_question",
                "target_question_index": 3
              },
              "value": "Ceramic coating"
            }
          ],
          "type": "custom"
        }
      ]
    }
  ]
}