{ "opencollection": "1.0.0", "info": { "name": "Tamara Channel Partners Captures Channel Partner Webhooks API", "version": "1.0.0" }, "items": [ { "info": { "name": "Channel Partner Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Register Channel Partner Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://partner-api.tamara.co/channel-partners/webhooks/register", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Register a new webhook for onboarding status notifications." }, { "info": { "name": "Retrieve Channel Partner Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://partner-api.tamara.co/channel-partners/webhooks", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve Channel Partner Webhooks" } ] } ], "bundled": true }