Quickstart

Your first SMS in 30 seconds.

Get your API key from the dashboard, pick a language, paste and run. That's it.

GET/sms/api?action=send-sms
GET/sms/api?action=send-sms&schedule=…
GET/sms/api?action=check-balance
curl "https://dashboard.eazismspro.com/sms/api\ ?action=send-sms\ &api_key=YOUR_API_KEY\ &to=0244000000\ &from=MyBrand\ &sms=Hello+from+EaziSMSPro%21"
API reference

Three endpoints. Zero bloat.

GET/sms/api

Send SMS — pass action=send-sms, your api_key, to, from (Sender ID), and sms (message text).

?action=send-sms&api_key=…&to=…&from=…&sms=…
GET/sms/api

Schedule SMS — same as Send SMS with the additional schedule parameter set to your desired send time.

?action=send-sms&api_key=…&to=…&from=…&sms=…&schedule=…
GET/sms/api

Check Balance — returns your current SMS credit balance. Add response=json for a JSON response.

?action=check-balance&api_key=…&response=json
SDKs & integrations

Plug in to the tools you already use.