Webhooks
Number of APIs: 13
-
List webhooks GET {{base_url}}/v1/notifications/webhooks
-
Verify webhook signature POST {{base_url}}/v1/notifications/verify-webhook-signature
-
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
-
Simulate webhook event POST {{base_url}}/v1/notifications/simulate-event
-
List available events GET {{base_url}}/v1/notifications/webhooks-event-types
-
Create webhook POST {{base_url}}/v1/notifications/webhooks
-
Show webhook details GET {{base_url}}/v1/notifications/webhooks/:webhook_id