| Crates.io | sumsub-webhook-cli |
| lib.rs | sumsub-webhook-cli |
| version | 0.1.0 |
| created_at | 2025-06-28 12:36:21.801873+00 |
| updated_at | 2025-06-28 12:36:21.801873+00 |
| description | A CLI tool to simulate Sumsub webhook events locally for testing. |
| homepage | |
| repository | https://github.com/WasifJamal/sumsub-webhook-cli |
| max_upload_size | |
| id | 1729810 |
| size | 64,980 |
This CLI tool lets you simulate Sumsub webhook events in a local development environment. You can:
applicantReviewed)To build and run this CLI tool, you need to have Rust and Cargo installed.
Install them using rustup:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Once installed, you can run the CLI like this:
cargo run -- event --event applicant-reviewed --secret "your-secret" --url "your-webhook-host-url"
Or install globally with:
cargo install sumsub-webhook-cli
sumsub-webhook-cli event --event applicant-reviewed --secret xxx --url http://localhost:3000/webhook
sumsub-webhook-cli payload --path ./payload.json --secret xxx --url http://localhost:3000/webhook
cargo install sumsub-webhook-cli
Licensed under either of:
You may choose either license.
License: MIT OR Apache-2.0