{ "opencollection": "1.0.0", "info": { "name": "Ashby API Key Source Tracking Links API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Source Tracking Links", "type": "folder" }, "items": [ { "info": { "name": "sourceTrackingLink.list", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/sourceTrackingLink.list", "body": { "type": "json", "data": "{}" } }, "docs": "List all source custom tracking links\n\n**Requires the [`hiringProcessMetadataRead`](authentication#permissions-sourcetrackinglinklist) permission.**\n" } ] } ], "bundled": true }