v1

latestOpenAPI 3.0.0raw.githubusercontent.com2025-10-15121927.4 KB
Configuration

Get the current webhook URL

get/v1/api/config/webhook

Response

Current webhook URL.

webhook_urlstring uri nullable

The current webhook URL or null if not set.

updated_atinteger

Unix timestamp (ms) when the webhook URL was last updated.

Example response

{
  "webhook_url": "https://example.com/mywebhook"
}