{ "opencollection": "1.0.0", "info": { "name": "Reddit Ads Account Funding API", "version": "3" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.reddit.com/api/v1/authorize", "accessTokenUrl": "https://www.reddit.com/api/v1/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Funding", "type": "folder" }, "items": [ { "info": { "name": "List Funding Instruments", "type": "http" }, "http": { "method": "GET", "url": "https://ads-api.reddit.com/api/v3/accounts/:account_id/funding_instruments", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Reddit Ads account." } ] }, "docs": "Lists the funding instruments (payment methods) associated with the specified Reddit Ads account." } ] } ], "bundled": true }