Overview
Base URL, setup steps, and how EcoWave fits together
EcoWave is a JSON REST API for server-side apps. Create an organization, approve a sender ID if needed, then generate an API key with only the permissions your integration needs.
Base URLhttps://ecowave-api.builds.et/api/v1
- Create an organizationIn the console, then open its workspace.
- Generate an API keyUse a
ew_test_…key while integrating. - Send a messageCall
POST /messageswith an E.164 number and text. - Track deliveryPoll the message or receive status webhooks.
SDKs available Node.js Python
Keep API keys on the server only. Never ship them in browser or mobile clients.