v1
latestOpenAPI 3.1.02026-08-0671638.9 KBGet Active Webhook
Retrieves the currently active webhook configuration for the authenticated client. Returns 404 if no active webhook is configured.
get/api/v1/cash/webhooks/active
Headers
X-Client-Idstring required
Client API key (32-character hex)
X-Signaturestring required
HMAC-SHA256 signature generated using api_secret
X-Timestampstring required
Unix timestamp (seconds since epoch)
Response
Active webhook configuration found
Example response
{
"id": 456,
"endpoint_url": "https://your-webhook-endpoint.com/webhooks",
"is_active": true,
"created_at": "2025-01-15T10:30:00Z",
"updated_at": "2025-01-15T10:30:00Z"
}