{ "opencollection": "1.0.0", "info": { "name": "Partner Accounts Outputs API", "version": "2024.11.0" }, "items": [ { "info": { "name": "Outputs", "type": "folder" }, "items": [ { "info": { "name": "Zapier Get Output Fields", "type": "http" }, "http": { "method": "POST", "url": "https://api.zapier.com/v2/actions/:action_id/outputs", "params": [ { "name": "action_id", "value": "uag:87b1c14e-ef30-43d5-9395-6c6514dbb123", "type": "path", "description": "An Action ID, as provided by the `/actions` endpoint." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://zapier.com/oauth/authorize/", "accessTokenUrl": "https://zapier.com/oauth/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get the Output Fields for a particular Action, using the provided authentication and inputs.\n\n#### When using OAuth\n\nThis endpoint requires the `zap:write` OAuth scope." } ] } ], "bundled": true }