Create Webhook Endpoint
Register a new webhook endpoint to receive run.completed and other event deliveries.
Documentation Index
Fetch the complete documentation index at: https://docs.usenexio.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key with environment prefix. Use nx_test_... for sandbox and
nx_live_... for production. Obtain keys at
platform.usenexio.com/settings/api-keys.
Body
HTTPS endpoint URL to receive webhook deliveries.
Event types to subscribe to.
1run.completed, run.failed Optional human-readable description.
256Whether the endpoint starts active. Defaults to true.
Optional bearer token included as Authorization: Bearer <token>
on outbound deliveries.
1024Response
Endpoint created. Secret is included only in this response.
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.
HMAC-SHA256 signing secret (whsec_...). Displayed only once.
Store it securely.
Human-readable description.
RFC 3339 last-update timestamp.