Clients
Update or clear the webhook URL for the authenticated client. The webhook URL must use HTTPS if provided, or can be empty to clear it. Note this means webhooks will no longer be sent to your previous endpoint.
Authorizations
AuthorizationstringRequired
Body
webhook_urlstringOptionalExample:
https://your-domain.com/webhooks/terraResponses
200
Webhook URL updated successfully
application/json
400
Bad request - invalid URL format or validation error
application/json
401
Unauthorized - invalid client credentials
application/json
patch
/clients/webhook-urlLast updated
Was this helpful?