{ "opencollection": "1.0.0", "info": { "name": "Data Exchange purchases webhooks API", "version": "1.0.0" }, "items": [ { "info": { "name": "webhooks", "type": "folder" }, "items": [ { "info": { "name": "List your webhook subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.andel.org/exchange/v1/webhooks/subscriptions", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "List your webhook subscriptions" }, { "info": { "name": "Subscribe to purchase events", "type": "http" }, "http": { "method": "POST", "url": "https://api.andel.org/exchange/v1/webhooks/subscriptions", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Subscribe to purchase events" }, { "info": { "name": "Delete a webhook subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.andel.org/exchange/v1/webhooks/subscriptions/:subscription_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "subscription_id", "value": "", "type": "path" } ] }, "docs": "Delete a webhook subscription" } ] } ], "bundled": true }