Webhooks
List Active Webhooks
GET/webhooks
This endpoint allows you to list all available, registered, and active webhooks related to the store.
`webhooks.read`- Webhooks Read Only
List Events
GET/webhooks/events
This endpoint allows you to list all the available events that can be used in registering webhooks from this endpoint.
:::info[Information]Read more a...
Register Webhook
POST/webhooks/subscribe
This endpoint allows you to register a new webhook.
:::tip[Note]
The webhook used is to notify/update/delete an external service when an event has ...
Deactivate Webhook
DELETE/webhooks/unsubscribe
This endpoint allows you to unsubscribe/deactivate a webhook from the active webhooks list at your store.
:::tip[Note]
You can define which webhook ...
Update Webhook
PUT/webhooks/{id}
This endpoint allows you to update an existing webhook by passing the id as path parameter
:::tip[Note]
The webhook used is to notify/update/delete ...