How it works
Your integration is a server that exposes two endpoints that Wavy Node calls:GET /users/:userId— Wavy Node requests user data from your system for compliance checks.POST /webhook— Wavy Node sends you real-time alerts when suspicious activity is detected.
Getting started
There are two ways to create a new integration:Use the template
A ready-to-go Nitro application with all required endpoints and authentication already set up.
Build from scratch
Use any framework or language. Start by setting up authentication.
@wavynode/utils package
We provide an npm package with utilities to simplify the integration process:
validateSignature function, which you need to authenticate requests from Wavy Node.