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
Key | Datatype | Required | Description |
---|---|---|---|
page_size | number | Maximum 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. | |
bookmark | string | Cursor used to fetch the next page of items |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"lead_form_id":"1221366649","webhook_url":"\u003cstring\u003e","id":"639596800","user_account_id":"68576","ad_account_id":"8259","api_version":"\u003cstring\u003e","cryptographic_key":"\u003cstring\u003e","cryptographic_algorithm":"\u003cstring\u003e","created_time":"\u003cinteger\u003e"},{"lead_form_id":"6298","webhook_url":"\u003cstring\u003e","id":"4984477","user_account_id":"555","ad_account_id":"863","api_version":"\u003cstring\u003e","cryptographic_key":"\u003cstring\u003e","cryptographic_algorithm":"\u003cstring\u003e","created_time":"\u003cinteger\u003e"}],"bookmark":"\u003cstring\u003e"}