{ "opencollection": "1.0.0", "info": { "name": "Salla Apps Branches Webhooks API", "version": "2" }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Subscribe Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.salla.sa/webhooks/subscribe", "body": { "type": "json", "data": "{}" } }, "docs": "Subscribe Webhook" }, { "info": { "name": "List Webhook Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.salla.sa/webhooks/subscriptions" }, "docs": "List Webhook Subscriptions" }, { "info": { "name": "Unsubscribe Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.salla.sa/webhooks/unsubscribe/:subscription_id", "params": [ { "name": "subscription_id", "value": "", "type": "path" } ] }, "docs": "Unsubscribe Webhook" } ] } ], "bundled": true }