Get started fast
Move from evaluation to first API call with a lightweight onboarding path and clear technical CTAs.
Build with messaging APIs that help product and engineering teams move from pilot to production faster.
Use WhySMS as the entry point for SMS, WhatsApp, OTP, and voice communication workflows. The developer experience should feel lightweight at first contact and reliable at scale.
Move from evaluation to first API call with a lightweight onboarding path and clear technical CTAs.
Explore SMS, WhatsApp, OTP, and voice workflows based on your product requirements.
Align engineering, growth, and support teams around one communications platform.
curl --request GET 'https://staging.whysms.com/api/v1' \
--header 'Accept: application/json'
{
"services_endpoint": "https://staging.whysms.com/api/v1/services",
"packages_endpoint": "https://staging.whysms.com/api/v1/packages",
"contact_endpoint": "https://staging.whysms.com/api/v1/contact"
}
const communicationFlow = {
channel: 'sms',
use_case: 'otp',
failover: ['voice'],
audience: 'global_users'
};
The public docs entry should support product evaluation, first API discovery, and later handoff into deeper technical material or solution discussions.