Skip to main content
GET
/
v1
/
webhooks
/
config
Get webhook configuration
curl --request GET \
  --url https://api.vatly.dev/v1/webhooks/config
{
  "data": {
    "url": "https://example.com/webhooks",
    "signing_secret": "whsec_a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
    "enabled": true,
    "created_at": "2026-03-30T12:00:00.000Z"
  },
  "meta": {
    "request_id": "550e8400-e29b-41d4-a716-446655440000",
    "cached": true,
    "cached_at": "<string>",
    "stale": true,
    "source_status": "live",
    "mode": "test",
    "request_duration_ms": 120
  }
}

Response

Webhook configuration retrieved

data
object
meta
object