{ "opencollection": "1.0.0", "info": { "name": "Pinterest External API", "version": "5.13.0" }, "items": [ { "info": { "name": "External", "type": "folder" }, "items": [ { "info": { "name": "Get commerce integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.pinterest.com/v5/integrations/commerce/:external_business_id", "params": [ { "name": "external_business_id", "value": "", "type": "path", "description": "External business ID for the integration." } ], "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 commerce integration metadata associated with the given external business ID.\nNote: If you're interested in joining the beta, please reach out to your Pinterest account manager." }, { "info": { "name": "Update commerce integration", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.pinterest.com/v5/integrations/commerce/:external_business_id", "params": [ { "name": "external_business_id", "value": "", "type": "path", "description": "External business ID for the integration." } ], "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": "Update commerce integration metadata for the given external business ID.\nNote: If you're interested in joining the beta, please reach out to your Pinterest account manager." }, { "info": { "name": "Delete commerce integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pinterest.com/v5/integrations/commerce/:external_business_id", "params": [ { "name": "external_business_id", "value": "", "type": "path", "description": "External business ID for the integration." } ], "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": "Delete commerce integration metadata for the given external business ID.\nNote: If you're interested in joining the beta, please reach out to your Pinterest account manager." } ] } ], "bundled": true }