Documentation
Docs/API Reference/Webhooks

Webhooks

Receive NxtOne notifications in your own systems via signed HTTP callbacks.

Register a webhook URL from the dashboard, choose the event types you care about, and we'll POST signed JSON payloads.

Signatures use HMAC-SHA256 with a shared secret you configure at registration time.

We retry failed deliveries with exponential backoff for up to 24 hours.

On This Page
What is NxtOne?Key FeaturesQuick StartInstall the agentAnnotate your applicationConfigure API keyConfiguration ReferenceAPI ExampleSupported StackLanguages & FrameworksInfrastructureNext Steps