Webhook Events
Get Webhook Event
Overview
Login
- Access
Merchants
- Merchant
- Configuration
- Onboarding
- Explore
Catalog
- Offers
- SKUs
- Categories
- Collections
- Currencies
Orders & Checkout
- Carts
- Cart Items
- Cart Customer
- Cart Discounts
- Cart Shipping
- Cart Pricing
- Cart Payment
- Cart Completion
- Orders
- Order Refunds
- Order Cancellations
- Transfers
Payments
- Payout Accounts
- Distributions
- Transfers
Events
- Webhooks
- Webhook Events
- GETGet All Webhook Events
- POSTSearch All Webhook Events
- GETGet Webhook Event Types
- GETGet Webhook Events
- GETGet Webhook Event
- GETGet Webhook Event Body
- GETGet Webhook Event Headers
- POSTSimulate Webhook Event
- POSTResend Webhook Event by Event ID
- POSTResend Latest Webhook Event by Entity ID
- POSTCancel Webhook Event by Event ID
- GET
- Wekbhook Headers
Apps
- Merchant/App Installs
- Commission Rates
Operations
- Connection
Relay
- Shipping
Ecom Syncs
- Offers
Webhook Events
Get Webhook Event
Retrieves a single WebhookEvent by ID.
GET
/
events
/
webhooks
/
{webhook_id}
/
events
/
{event_id}
curl --request GET \
--url https://sandbox-api.violet.io/v1/events/webhooks/{webhook_id}/events/{event_id}
{
"id": 123,
"app_id": 123,
"webhook_id": 123,
"entity_id": 123,
"entity_external_id": "<string>",
"status_code": 123,
"response": "<string>",
"event_type": "ORDER_UPDATED",
"remote_endpoint": "<string>",
"attempts": 123,
"status": "CREATED",
"date_created": "2023-11-07T05:31:56Z",
"date_last_modified": "2023-11-07T05:31:56Z",
"date_next_attempt": "2023-11-07T05:31:56Z"
}
Response
default - application/json
default response
Webhook Event
Was this page helpful?
curl --request GET \
--url https://sandbox-api.violet.io/v1/events/webhooks/{webhook_id}/events/{event_id}
{
"id": 123,
"app_id": 123,
"webhook_id": 123,
"entity_id": 123,
"entity_external_id": "<string>",
"status_code": 123,
"response": "<string>",
"event_type": "ORDER_UPDATED",
"remote_endpoint": "<string>",
"attempts": 123,
"status": "CREATED",
"date_created": "2023-11-07T05:31:56Z",
"date_last_modified": "2023-11-07T05:31:56Z",
"date_next_attempt": "2023-11-07T05:31:56Z"
}