{ "opencollection": "1.0.0", "info": { "name": "MarketMan API V3 Accounts Webhooks API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "AUTH_TOKEN", "value": "{{AUTH_TOKEN}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Create a webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.marketman.com/v3/buyers/webhooks/CreateWebhook", "body": { "type": "json", "data": "{}" } }, "docs": "Create a webhook subscription" }, { "info": { "name": "List webhook subscriptions", "type": "http" }, "http": { "method": "POST", "url": "https://api.marketman.com/v3/buyers/webhooks/GetWebhooks", "body": { "type": "json", "data": "{}" } }, "docs": "List webhook subscriptions" }, { "info": { "name": "Get webhook events by order", "type": "http" }, "http": { "method": "POST", "url": "https://api.marketman.com/v3/buyers/webhooks/GetWebhookEventByOrder", "body": { "type": "json", "data": "{}" } }, "docs": "Get webhook events by order" }, { "info": { "name": "Delete a webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.marketman.com/v3/buyers/webhooks/DeleteWebhook", "body": { "type": "json", "data": "{}" } }, "docs": "Delete a webhook subscription" } ] } ], "bundled": true }