EcoWave Docs

API v1

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

  1. Create an organizationIn the console, then open its workspace.
  2. Generate an API keyUse a ew_test_… key while integrating.
  3. Send a messageCall POST /messages with an E.164 number and text.
  4. 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.