v29

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-06-042661,1122.5 MB
lead_forms

List lead forms

This feature is currently in beta and not available to all apps, if you're interested in joining the beta, please reach out to your Pinterest account manager.

List lead forms associated with an ad account ID.

For more, see Lead ads.

get/ad_accounts/{ad_account_id}/lead_forms

Path parameters

ad_account_idstring required

Unique identifier of an ad account.

Query parameters

bookmarkstring

Cursor used to fetch the next page of items

page_sizeinteger

Maximum number of items to include in a single page. See documentation on Pagination for more information.

order'ASCENDING' | 'DESCENDING'

The order in which to sort the items returned: "ASCENDING" or "DESCENDING" by ID. Note that higher-value IDs are associated with more-recently added items.

Response

The request has succeeded.

bookmarkstring nullable

Example response

{
  "items": [
    {
      "completion_message": "Thank you for submitting. We will contact you soon.",
      "disclosure_language": "By entering your personal information, you agree that your data will be collected and used.",
      "name": "Lead Form 3/14/2023",
      "policy_links": [
        {
          "label": "Copyright",
          "link": "https://policy.pinterest.com/en/copyright"
        }
      ],
      "privacy_policy_link": "https://www.advertisername.com/privacy-policy",
      "questions": [
        {
          "question_type": "CUSTOM",
          "custom_question_field_type": "CHECKBOX",
          "custom_question_label": "What is your favorite animal?",
          "custom_question_options": [
            "Dog",
            "Cat",
            "Bird",
            "Turtle"
          ]
        }
      ],
      "status": "DRAFT"
    }
  ]
}