{ "opencollection": "1.0.0", "info": { "name": "Ankorstore Stock Tracking and Logistics Applications Webhooks API", "version": "1.2.2-oas3.1" }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Applications", "type": "http" }, "http": { "method": "GET", "url": "http://www.ankorlocal.com:8000/api/v1/applications", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "include", "value": "", "type": "query", "description": "A comma-separated list of resources to include (e.g: webhookSubscriptions)" } ] }, "docs": "List existing application for the current authenticated user" }, { "info": { "name": "List Webhook Subscription Events", "type": "http" }, "http": { "method": "GET", "url": "http://www.ankorlocal.com:8000/api/v1/webhook-subscriptions/events" }, "docs": "Returns a list of webhook events available in the system" }, { "info": { "name": "Add Webhook Subscription to Application", "type": "http" }, "http": { "method": "POST", "url": "http://www.ankorlocal.com:8000/api/v1/webhook-subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new webhook subscription to the existing application" }, { "info": { "name": "Update Application Webhook Subscription", "type": "http" }, "http": { "method": "PATCH", "url": "http://www.ankorlocal.com:8000/api/v1/webhook-subscriptions/:webhookSubscriptionId", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "webhookSubscriptionId", "value": "", "type": "path", "description": "Webhook Subscription ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update application subscription with given ID" }, { "info": { "name": "Delete Application Webhook Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "http://www.ankorlocal.com:8000/api/v1/webhook-subscriptions/:webhookSubscriptionId", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "webhookSubscriptionId", "value": "", "type": "path", "description": "Webhook Subscription ID" } ] }, "docs": "Delete application webhook subscription by given ID" } ] } ], "bundled": true }