{ "opencollection": "1.0.0", "info": { "name": "Dub Analytics Track API", "version": "0.0.1" }, "items": [ { "info": { "name": "Track", "type": "folder" }, "items": [ { "info": { "name": "Track a lead", "type": "http" }, "http": { "method": "POST", "url": "https://api.dub.co/track/lead", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Track a lead for a short link." }, { "info": { "name": "Track a sale", "type": "http" }, "http": { "method": "POST", "url": "https://api.dub.co/track/sale", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Track a sale for a short link." }, { "info": { "name": "Track a deep link open event", "type": "http" }, "http": { "method": "POST", "url": "https://api.dub.co/track/open", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used to track when a user opens your app via a Dub-powered deep link (for both iOS and Android)." } ] } ], "bundled": true }