{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses webhooks API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "webhooks", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the webhook associated to the event callback", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/event_callbacks/:eventCallbackId/webhook", "params": [ { "name": "eventCallbackId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the webhook associated to the event callback" }, { "info": { "name": "Retrieve the webhooks associated to the event", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/events/:eventId/webhooks", "params": [ { "name": "eventId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the webhooks associated to the event" }, { "info": { "name": "List all webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/webhooks" }, "docs": "List all webhooks" }, { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a webhook" }, { "info": { "name": "Retrieve a webhook", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a webhook" }, { "info": { "name": "Update a webhook", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a webhook" }, { "info": { "name": "Delete a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete a webhook" } ] } ], "bundled": true }