Webhooks

Number of APIs: 13

  1. List webhooks GET {{base_url}}/v1/notifications/webhooks

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

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

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

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

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

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

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

  9. Create webhook POST {{base_url}}/v1/notifications/webhooks

  10. Show webhook details GET {{base_url}}/v1/notifications/webhooks/:webhook_id