Current integration model
Typical Cascade scenario:
- Backend calls
POST /otp/send. - User enters the code.
- Backend calls
POST /otp/verify. - The decision is made from
successin JSON.
This is enough for login, registration and operation confirmation.
Webhooks
Needs verification
The public specification of separate outbound webhook events (delivery callbacks, etc.) may expand. Before production integration, cross-check:
- documentation
- OpenAPI
- the cabinet section
Until webhooks are confirmed in your setup — rely on synchronous responses and history / statuses in the cabinet.