Webhooks

Number of APIs: 13

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

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

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

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

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

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

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

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

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

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