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

Get Webhook

GET
Gets webhook by ID.
PATH PARAMETERS
webhook_idinteger*
QUERY PARAMETERS
app_idinteger
HEADER PARAMETERS
X-Violet-Tokenstring
X-Violet-App-Secretstring
X-Violet-App-Idinteger
RESPONSES
200
successful operation
Webhook
External Hook Event
idinteger<int32>
app_idinteger<int32>
eventstring<ORDER_UPDATED | ORDER_SHIPPED | ORDER_COMPLETED | ORDER_CANCELLED | ORDER_REFUNDED | ORDER_RETURNED | OFFER_CREATED | OFFER_UPDATED | OFFER_REMOVED>*
The event being triggered
remote_endpointstring*
Remote endpoint the webhook posts against.
statusstring<INACTIVE | ACTIVE | DISABLED>
Status of the webhook
date_createdstring<date-time>
Date of creation
date_last_modifiedstring<date-time>
Date of last update




Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Update Webhook
Docs powered by archbee