Update one or more fields on an existing webhook endpoint.
Allowed fields: url, events, description, active, auth_token.
Setting active to false cancels pending deliveries. Updating url
affects only future deliveries (each delivery snapshots its own
target_url). Set auth_token to null to clear the bearer token.
API key with environment prefix. Use nx_test_... for sandbox and
nx_live_... for production. Obtain keys at
platform.usenexio.com/settings/api-keys.
Webhook endpoint UUID.
Updated endpoint.
Endpoint identifier.
Delivery target URL.
Environment this endpoint receives events from.
test, live Subscribed event types.
run.completed, run.failed Whether the endpoint is active.
Whether an auth token is set (the token value is never returned).
Payload version string (e.g. 2026-03-22).
RFC 3339 creation timestamp.
Human-readable description.
RFC 3339 last-update timestamp.