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