Who we are
Cascade (domain cascade.kz) is a platform for outbound delivery of one-time codes (OTP) and short links. The code goes to the user's real phone via WhatsApp or Telegram.
We do not rent virtual numbers and are not an analogue of SMS-Activate / 5sim / OnlineSIM. If you need a disposable number “to register anywhere” — that is a different class of service. Cascade solves your application's problem: send a code or link to your customer.
What the product can do
- Send OTP:
POST /api/otp/send - Verify code:
POST /api/otp/verify - WhatsApp group notifications:
POST /api/group/send - Short links:
POST /api/links/shortenandPOST /api/links/send - Public channels:
whatsapp|telegram;smsis represented but its public provider is not live - Auth: Bearer token from the company cabinet (API keys)
Details are in the documentation, API and comparison with number marketplaces.
Who it is for
Developers, SaaS, e-commerce, automation and QA teams — anywhere you need fast phone verification without your own SMS infrastructure. See use cases and FAQ.
Pricing (marketing)
Market orientation: from 3 ₸, setup in about 3 minutes. In billing: WhatsApp and Telegram are usually 3 tokens per successful delivery, SMS — 8 tokens (see current figures in the cabinet and on the pricing page).
Security and approach
Store the API key only on the backend. Do not call the API from the browser. Do not log OTP codes and tokens in plain text. These are basic rules from the integration guide.