Webhooks

Number of APIs: 13

  1. List event notifications GET {{base_url}}/v1/notifications/webhooks-events

  2. List event subscriptions for webhook GET {{base_url}}/v1/notifications/webhooks/:webhook_id/event-types

  3. Show event notification details GET {{base_url}}/v1/notifications/webhooks-events/:event_id

  4. Trigger a sample event POST {{base_url}}/v1/catalogs/products

  5. Verify webhook signature POST {{base_url}}/v1/notifications/verify-webhook-signature

  6. Resend event notification POST {{base_url}}/v1/notifications/webhooks-events/:event_id/resend

  7. Simulate webhook event POST {{base_url}}/v1/notifications/simulate-event

  8. Update webhook PATCH {{base_url}}/v1/notifications/webhooks/:webhook_id

  9. Delete webhook DELETE {{base_url}}/v1/notifications/webhooks/:webhook_id

  10. List available events GET {{base_url}}/v1/notifications/webhooks-event-types