{ "opencollection": "1.0.0", "info": { "name": "Pinterest Questions API", "version": "5.13.0" }, "items": [ { "info": { "name": "Questions", "type": "folder" }, "items": [ { "info": { "name": "Get lead form questions", "type": "http" }, "http": { "method": "GET", "url": "https://api.pinterest.com/v5/resources/lead_form_questions", "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": "Get a list of all lead form question type names. Some questions might not be used.\n\nThis endpoint is currently in beta and not available to all apps. Learn more." } ] } ], "bundled": true }