Webhooks

Number of APIs: 13

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

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

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

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

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

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

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

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

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

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