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 
7min

Managing Webhook Headers

Overview

Webhooks headers allow you to define custom headers that should be sent with each request to your remote endpoint. These can be useful for authentication or tracking purposes.



Creating Webhook Headers

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

Curl
|




Retrieving a List of Webhook Headers

A list of headers associated with your webhook can be obtained through the REST API by performing the following request.

Curl
|




Modifying Webhook Headers

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

Curl
|




Removing Webhook Headers

Curl
|




Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Simulating Webhooks
Docs powered by archbee 
TABLE OF CONTENTS
Overview
Creating Webhook Headers
Retrieving a List of Webhook Headers
Modifying Webhook Headers
Removing Webhook Headers