{ "opencollection": "1.0.0", "info": { "name": "Pinterest Test API", "version": "5.13.0" }, "items": [ { "info": { "name": "Test", "type": "folder" }, "items": [ { "info": { "name": "Create lead form test data", "type": "http" }, "http": { "method": "POST", "url": "https://api.pinterest.com/v5/ad_accounts/:ad_account_id/lead_forms/:lead_form_id/test", "params": [ { "name": "ad_account_id", "value": "", "type": "path", "description": "Unique identifier of an ad account." }, { "name": "lead_form_id", "value": "1234567890123", "type": "path", "description": "Unique identifier of a lead form." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.pinterest.com/oauth/", "accessTokenUrl": "https://api.pinterest.com/v5/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create lead form test data based on the list of answers provided as part of the body.\n- List of answers should follow the questions creation order.\n\nThis endpoint is currently in beta and not available to all apps. Learn more." } ] } ], "bundled": true }