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

Managing Webhooks

Creating Webhooks

Webhooks can be created through the REST API by performing the following request.

Curl
|




Retrieving a List of Webhooks

A list of your apps existing webhooks can be obtained through the REST API by performing the following request.

Curl
|




Retrieve a Single Webhook

A single webhook that belongs to your app can be obtained through the REST API by performing the following request.

Curl
|




Modifying Webhooks

Webhooks can be modified through the REST API by performing the following request.

Curl
|




Updating All Webhooks Status

Webhooks Status can be modified through the REST API by performing the following request.

Curl
|




Removing Webhooks

Webhooks can be removed through the REST API by performing the following request.

Curl
|




Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Managing Webhook Headers
Docs powered by archbee 
TABLE OF CONTENTS
Creating Webhooks
Retrieving a List of Webhooks
Retrieve a Single Webhook
Modifying Webhooks
Updating All Webhooks Status
Removing Webhooks