Webhook Events
Simulate Webhook Event
Simulates a webhook event for testing purposes. A webhook event will be created and delivered to the remote endpoint of the webhook.
POST
/
apps
/
{app_id}
/
webhooks
/
{webhook_id}
/
simulate
Headers
X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer
Path Parameters
app_id
integer
requiredwebhook_id
integer
requiredBody
application/json
Request body for webhook simulator
order_id
integer
Order ID to be used on simulation
offer_id
integer
Offer ID to be used on simulation
collection_id
integer
Collection ID to be used on simulation
merchant_id
integer
Merchant ID to be used on simulation
Response
default - application/json
The response is of type any
.
Was this page helpful?