Register a new webhook endpoint. Returns the endpoint metadata and a
signing secret (whsec_...). The secret is displayed only once —
store it securely.
Nexio signs every delivery with HMAC-SHA256 using this secret. See Webhooks Overview for verification code samples.
You can optionally provide an auth_token that Nexio will include as
Authorization: Bearer <token> on outbound deliveries for simpler
gateway-based filtering.
Maximum active endpoints per environment: 10.
API key with environment prefix. Use nx_test_... for sandbox and
nx_live_... for production. Obtain keys at
platform.usenexio.com/settings/api-keys.
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.
1024Endpoint 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.