SDK
SDK and code examples
There may not be an official package yet — below are working HTTP request examples for popular languages.
Quick Answer
Cascade works over a regular REST API. Below are send/verify examples in eight languages.
Summary
Each SDK section shows HTTP client setup, initialization, sending OTP, verifying the code, and error handling.
Key Takeaways
- Keep the API key on the server only.
- Use HTTPS and JSON.
- Handle 401, 422 and 429.