{ "opencollection": "1.0.0", "info": { "name": "Pinterest Product_groups API", "version": "5.13.0" }, "items": [ { "info": { "name": "Product_groups", "type": "folder" }, "items": [ { "info": { "name": "Get catalog product groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.pinterest.com/v5/ad_accounts/:ad_account_id/product_groups/catalogs", "params": [ { "name": "ad_account_id", "value": "", "type": "path", "description": "Unique identifier of an ad account." }, { "name": "feed_profile_id", "value": "", "type": "query", "description": "The feed profile id whose catalog product groups we want to return." } ], "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": "This endpoint is completely deprecated. Please use List product groups from Catalogs API instead." } ] } ], "bundled": true }