{ "opencollection": "1.0.0", "info": { "name": "Reddit Ads Account Targeting 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": "Targeting", "type": "folder" }, "items": [ { "info": { "name": "List Interest Targeting Options", "type": "http" }, "http": { "method": "GET", "url": "https://ads-api.reddit.com/api/v3/targeting/interests" }, "docs": "Returns available interest categories for ad targeting on the Reddit platform." }, { "info": { "name": "List Community Targeting Options", "type": "http" }, "http": { "method": "GET", "url": "https://ads-api.reddit.com/api/v3/targeting/communities", "params": [ { "name": "q", "value": "", "type": "query", "description": "Search query for filtering communities." } ] }, "docs": "Returns subreddit communities available for ad targeting." }, { "info": { "name": "List Location Targeting Options", "type": "http" }, "http": { "method": "GET", "url": "https://ads-api.reddit.com/api/v3/targeting/locations", "params": [ { "name": "q", "value": "", "type": "query", "description": "Search query for filtering locations." } ] }, "docs": "Returns available geographic locations for ad targeting, including countries, regions, and metro areas." } ] } ], "bundled": true }