{ "opencollection": "1.0.0", "info": { "name": "Reddit Ads Account Conversions 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": "Conversions", "type": "folder" }, "items": [ { "info": { "name": "List Conversion Pixels", "type": "http" }, "http": { "method": "GET", "url": "https://ads-api.reddit.com/api/v3/accounts/:account_id/pixels", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Reddit Ads account." } ] }, "docs": "Lists conversion pixels (Reddit Pixel) in a Reddit Ads account. Pixels are used to track website visitors and conversions for attribution and optimization." }, { "info": { "name": "Send Conversion Events", "type": "http" }, "http": { "method": "POST", "url": "https://ads-api.reddit.com/api/v3/accounts/:account_id/conversions/events", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Reddit Ads account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends server-side conversion events to the Reddit Ads Conversions API (CAPI). This enables advertisers to track conversions that occur on their servers without relying solely on the Reddit Pixel." } ] } ], "bundled": true }