Skip to main content
GET
/
api
/
v1
/
admin
/
webhooks
Get Webhooks
curl --request GET \
  --url https://api.example.com/api/v1/admin/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "products_url": "<string>",
  "cart_url": "<string>",
  "cart_get_url": "<string>",
  "has_secret": true,
  "timeout_seconds": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

products_url
string
required

URL VIZOCHOK calls to get product prices and availability

cart_url
string
required

URL VIZOCHOK calls for cart operations (add/remove/update/clear)

cart_get_url
string
required

URL VIZOCHOK calls to load existing cart at session start

has_secret
boolean
required

Whether an HMAC-SHA256 shared secret is configured

timeout_seconds
number
required

Maximum time in seconds to wait for webhook response