sumsub-webhook-cli-0.1.0 is not a library.
sumsub-webhook-cli
Sumsub Webhook CLI
This CLI tool lets you simulate Sumsub webhook events in a local development environment. You can:
- Send predefined events (e.g.
applicantReviewed) - Load custom JSON payloads
- Sign requests with a secret
- Retry delivery with exponential backoff
Requirements
To build and run this CLI tool, you need to have Rust and Cargo installed.
Install them using rustup:
|
Once installed, you can run the CLI like this:
Or install globally with:
Usage
Installation
License
Licensed under either of:
- MIT license (LICENSE-MIT)
- Apache License, Version 2.0 (LICENSE-APACHE)
You may choose either license.
License: MIT OR Apache-2.0