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
chevron-right
200

Webhook URL updated successfully

application/json
client_idstringOptionalExample: client_abc123
customer_idstringOptionalExample: cust_xyz789
webhook_urlstringOptionalExample: https://your-domain.com/webhooks/terra
patch
/clients/webhook-url

Last updated

Was this helpful?