Webhooks
Number of APIs: 13
- 
List event notifications GET {{base_url}}/v1/notifications/webhooks-events 
- 
List event subscriptions for webhook GET {{base_url}}/v1/notifications/webhooks/:webhook_id/event-types 
- 
Show event notification details GET {{base_url}}/v1/notifications/webhooks-events/:event_id 
- 
Trigger a sample event POST {{base_url}}/v1/catalogs/products 
- 
Verify webhook signature POST {{base_url}}/v1/notifications/verify-webhook-signature 
- 
Resend event notification POST {{base_url}}/v1/notifications/webhooks-events/:event_id/resend 
- 
Simulate webhook event POST {{base_url}}/v1/notifications/simulate-event 
- 
Update webhook PATCH {{base_url}}/v1/notifications/webhooks/:webhook_id 
- 
Delete webhook DELETE {{base_url}}/v1/notifications/webhooks/:webhook_id 
- 
List available events GET {{base_url}}/v1/notifications/webhooks-event-types