Overview
Login
- Access
Onboarding
- Merchant Onboarding
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
- Transfer Reversals
Events
- Webhooks
- Webhook Events
- Webhook Headers
Apps
- Merchant/App Installs
- Commission Rates
Operations
- Connection
Relay
- Shipping
Ecom Syncs
- Offers
Webhooks
Get Webhooks
Gets webhooks.
GET
/
events
/
webhooks
Copy
Ask AI
curl --request GET \
--url https://sandbox-api.violet.io/v1/events/webhooks \
--header 'X-Violet-App-Id: <x-violet-app-id>' \
--header 'X-Violet-App-Secret: <x-violet-app-secret>' \
--header 'X-Violet-Token: <x-violet-token>'
Copy
Ask AI
[
{
"id": 123,
"app_id": 123,
"event": "ORDER_UPDATED",
"remote_endpoint": "<string>",
"status": "INACTIVE",
"date_created": "2023-11-07T05:31:56Z",
"date_last_modified": "2023-11-07T05:31:56Z",
"events_count": 123,
"failure_rate": 123,
"temp_disable_ms": 123
}
]
Headers
Response
default - application/json
default response
The response is of type object[]
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://sandbox-api.violet.io/v1/events/webhooks \
--header 'X-Violet-App-Id: <x-violet-app-id>' \
--header 'X-Violet-App-Secret: <x-violet-app-secret>' \
--header 'X-Violet-Token: <x-violet-token>'
Copy
Ask AI
[
{
"id": 123,
"app_id": 123,
"event": "ORDER_UPDATED",
"remote_endpoint": "<string>",
"status": "INACTIVE",
"date_created": "2023-11-07T05:31:56Z",
"date_last_modified": "2023-11-07T05:31:56Z",
"events_count": 123,
"failure_rate": 123,
"temp_disable_ms": 123
}
]
Assistant
Responses are generated using AI and may contain mistakes.