Webhooks

Number of APIs: 13

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

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

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

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

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

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

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

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

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

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