{ "opencollection": "1.0.0", "info": { "name": "Pinterest Promotion API", "version": "5.13.0" }, "items": [ { "info": { "name": "Promotion", "type": "folder" }, "items": [ { "info": { "name": "Get a product group promotion by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.pinterest.com/v5/ad_accounts/:ad_account_id/product_group_promotions/:product_group_promotion_id", "params": [ { "name": "ad_account_id", "value": "", "type": "path", "description": "Unique identifier of an ad account." }, { "name": "product_group_promotion_id", "value": "", "type": "path", "description": "Unique identifier of a product group promotion" } ], "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 product group promotion by id" } ] } ], "bundled": true }