website logo
Channel Docs
Merchant Docs
Navigate through spaces
Channel Docs
Merchant Docs
⌘K
Guides
🚀Quick Start
🏃‍♂️Utilizing Quick Checkout
👋Welcome to Violet's Docs
💡Concepts
🌐API Reference
✋Help
Docs powered by archbee 
9min

Webhook Events

Overview

Webhook events contain details and bodies of webhooks sent in the past 7 days.



Retrieving List of Event Types

You can fetch a list of all event types available at Violet by performing the following request.

Curl
|




Retrieving Events for All Webhooks

You can fetch all events for all webhook that belong to your app.

Curl
|




Retrieving Events for a Webhook

You can fetch all events for a specific webhook.

Curl
|




Retrieving a Single Event for a Webhook

You can fetch an event from a specific webhook given its id.

Curl
|




Retrieving a Single Event Body for a Webhook

You can fetch an event body from a specific webhook given its id.

Curl
|




Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Payments and Payouts
Docs powered by archbee 
TABLE OF CONTENTS
Overview
Retrieving List of Event Types
Retrieving Events for All Webhooks
Retrieving Events for a Webhook
Retrieving a Single Event for a Webhook
Retrieving a Single Event Body for a Webhook