LeeqSMS — client feature test console

Exercises every client-facing feature: sending, status checks, balance, bank accounts, and top-ups.

Connection: Connected

Account

Account & Balance
608.45
Namegold
Emailbrhane.fissha121@gmail.com
Phone
Planpro
Raw /portal/me response (debug)
{
    "ok": true,
    "http_code": 200,
    "body": {
        "id": 2,
        "name": "gold",
        "email": "brhane.fissha121@gmail.com",
        "phone": null,
        "balance": 608.449,
        "plan": "pro"
    }
}

Direct API (HMAC-signed, no login needed)

Test Connection

Confirms your api_key/api_secret pair authenticates. Also flips the client to "Online" in the dashboard.

Send SMS

Promotional messages are held to the 08:00–21:00 delivery window.

Check Message Status

Paste a message_id returned by a previous Send SMS call above.

Top-Up

Submit a Top-Up
Raw /portal/bank-accounts response (debug)
{
    "ok": true,
    "http_code": 200,
    "body": {
        "bank_accounts": [
            {
                "id": 1,
                "bank_name": "CBE",
                "account_name": "Brhane Fissha",
                "account_number": "1000570556038"
            },
            {
                "id": 3,
                "bank_name": "Lion Internationla Bank",
                "account_name": "Brhane Fsha",
                "account_number": "00312331146-88"
            },
            {
                "id": 2,
                "bank_name": "Wegagen",
                "account_name": "Brhane Fissha",
                "account_number": "0980926230101"
            }
        ]
    }
}
Top-Up History