Clients

Update webhook URL

patch

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/terra
Responses
200

Webhook URL updated successfully

application/json
patch
/clients/webhook-url

Last updated

Was this helpful?