Commerce Layer · Capability
Commerce Layer Core API — Webhooks and Events
Webhooks management, events, event callbacks, event stores, and notifications.
Commerce Layer Core API — Webhooks and Events is a Naftiko capability published by Commerce Layer, one of 16 capabilities the APIs.io network indexes for this provider. It bundles 8 operations across the GET, POST, PATCH, and DELETE methods.
The capability includes 5 read-only operations and 3 state-changing operations. Lead operation: List All Webhooks. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Commerce Layer.
Run with Naftiko
Commerce Layer
What You Can Do
GET
Listwebhooks
—
/api/webhooks
POST
Createwebhook
—
/api/webhooks
GET
Retrievewebhook
—
/api/webhooks/{webhookId}
PATCH
Updatewebhook
—
/api/webhooks/{webhookId}
DELETE
Deletewebhook
—
/api/webhooks/{webhookId}
GET
Listevents
—
/api/events
GET
Listeventcallbacks
—
/api/event_callbacks
GET
Listnotifications
—
/api/notifications
MCP Tools
commerce-layer-listwebhooks
List All Webhooks
read-only
idempotent
commerce-layer-createwebhook
Create A Webhook
commerce-layer-retrievewebhook
Retrieve A Webhook
read-only
idempotent
commerce-layer-updatewebhook
Update A Webhook
idempotent
commerce-layer-deletewebhook
Delete A Webhook
idempotent
commerce-layer-listevents
List All Events
read-only
idempotent
commerce-layer-listeventcallbacks
List All Event Callbacks
read-only
idempotent
commerce-layer-listnotifications
List All Notifications
read-only
idempotent