{ "opencollection": "1.0.0", "info": { "name": "Pinterest Deliveries API", "version": "5.13.0" }, "items": [ { "info": { "name": "Deliveries", "type": "folder" }, "items": [ { "info": { "name": "Get available metrics' definitions", "type": "http" }, "http": { "method": "GET", "url": "https://api.pinterest.com/v5/resources/delivery_metrics", "params": [ { "name": "report_type", "value": "", "type": "query", "description": "Report type." } ], "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 the definitions for ads and organic metrics available across both synchronous and asynchronous report endpoints.\nThe `display_name` attribute will match how the metric is named in our native tools like Ads Manager.\nSee Organic Analytics and Ads Analytics for more information." } ] } ], "bundled": true }