Webhook Events
Get All Webhook Events
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 All Webhook Events
Retrieves WebhookEvents from all Webhooks.
GET
/
events
/
webhooks
/
all
/
events
curl --request GET \
--url https://sandbox-api.violet.io/v1/events/webhooks/all/events
{
"content": [
{
"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"
}
],
"last": true,
"total_pages": 123,
"total_elements": 123,
"first": true,
"number_of_elements": 123,
"size": 123,
"number": 123,
"empty": true,
"next_page_cursor": "<string>",
"pageable": {
"page_number": 123,
"page_size": 123,
"sort": {
"unsorted": true,
"sorted": true,
"empty": true
},
"offset": 123,
"paged": true,
"unpaged": true
},
"sort": {
"unsorted": true,
"sorted": true,
"empty": true
}
}
Response
default - application/json
default response
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://sandbox-api.violet.io/v1/events/webhooks/all/events
{
"content": [
{
"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"
}
],
"last": true,
"total_pages": 123,
"total_elements": 123,
"first": true,
"number_of_elements": 123,
"size": 123,
"number": 123,
"empty": true,
"next_page_cursor": "<string>",
"pageable": {
"page_number": 123,
"page_size": 123,
"sort": {
"unsorted": true,
"sorted": true,
"empty": true
},
"offset": 123,
"paged": true,
"unpaged": true
},
"sort": {
"unsorted": true,
"sorted": true,
"empty": true
}
}