leads_export
Create a request to export leads collected from a lead ad
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.
Create an export of leads collected from a lead ad. This returns a leads_export_id token that you can use to download the export when it is ready.
Note: Lead ad data will be available up to 30 days after the lead has been submitted.
For more, see Lead ads.
post/ad_accounts/{ad_account_id}/leads_export
Path parameters
ad_account_idstring required
Unique identifier of an ad account.
Request body
Example request
{
"ad_id": "687201361754",
"end_date": "2020-12-20",
"start_date": "2020-12-20"
}Response
The request has succeeded.
Example response
{
"leads_export_id": "123456789012"
}