v1
latestOpenAPI 3.1.02026-07-26102934.7 KBwebhooks
Create webhook
Creates a new webhook subscription. The response includes a secret that you should store securely — it is used to verify webhook signatures and is only returned once at creation time.
post/webhooks
Request body
Example request
{
"url": "https://example.com/webhooks/timeless"
}Response
The created webhook including the signing secret.
Example response
{
"id": "whk_abc123",
"secret": "a1b2c3d4e5f6..."
}