Get lead ads subscriptions

GET {{baseUrl}}/ad_accounts/:ad_account_id/leads/subscriptions?page_size=25&bookmark=<string>

Get the advertiser's list of lead ads subscriptions. - Only requests for the OWNER or ADMIN of the ad_account will be allowed.

This endpoint is currently in beta and not available to all apps. Learn more.

Request Params

KeyDatatypeRequiredDescription
page_sizenumberMaximum number of items to include in a single page of the response. See documentation on <a href='/docs/getting-started/pagination/'>Pagination</a> for more information.
bookmarkstringCursor used to fetch the next page of items

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;lead_form_id&quot;:&quot;1221366649&quot;,&quot;webhook_url&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;639596800&quot;,&quot;user_account_id&quot;:&quot;68576&quot;,&quot;ad_account_id&quot;:&quot;8259&quot;,&quot;api_version&quot;:&quot;\u003cstring\u003e&quot;,&quot;cryptographic_key&quot;:&quot;\u003cstring\u003e&quot;,&quot;cryptographic_algorithm&quot;:&quot;\u003cstring\u003e&quot;,&quot;created_time&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;lead_form_id&quot;:&quot;6298&quot;,&quot;webhook_url&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;4984477&quot;,&quot;user_account_id&quot;:&quot;555&quot;,&quot;ad_account_id&quot;:&quot;863&quot;,&quot;api_version&quot;:&quot;\u003cstring\u003e&quot;,&quot;cryptographic_key&quot;:&quot;\u003cstring\u003e&quot;,&quot;cryptographic_algorithm&quot;:&quot;\u003cstring\u003e&quot;,&quot;created_time&quot;:&quot;\u003cinteger\u003e&quot;}],&quot;bookmark&quot;:&quot;\u003cstring\u003e&quot;}