WesndAll
Wesendall
  • Product
  • Pricing
  • Docs
  • AI Integration
  • Sandbox
  • FAQs
Log inGet started

API Sandbox

Test every Wesendall endpoint live.

Enter your API key and walletId, pick an endpoint, fill the fields, and hit Run. We'll fire the request straight against production and show you the response. Snippets are generated inline — copy and paste straight into your code.

Credentials

Stored only in your browser. Mint a key at Dashboard → API.

Endpoints

Account

SMS

Groups

GET/api/v1/account/balanceCheck account balance

Returns the wallet balance, currency and per-SMS cost.

Your wallet's stable ID. Shown on the API page.

Get API keys

JavaScript fetch snippet

/api/v1/account/balance

// JavaScript (browser or Node 18+)
const credentials = btoa("API_KEY:API_SECRET");

const res = await fetch(
  "https://www.wesendall.com/api/v1/account/balance",
  {
  method: "GET",
  headers: {,
    "Authorization": `Basic ${credentials}`,
  }
  }
);
const data = await res.json();
console.log(data);
Wesendall

Bulk SMS and email for Ugandan teams. One dashboard, one wallet, every channel.

Product

  • Features
  • How it works
  • Pricing
  • Changelog

Company

  • About
  • Contact
  • Showcases
  • Feedback

Developers

  • Documentation
  • API Sandbox
  • AI Integration
  • LLM Reference

Legal

  • Privacy
  • Terms

© 2026 Wesendall. All rights reserved.

Built in Kampala for Ugandan teams.