Devices

Knowing which phones are online before sending them work.

GEThttps://api.droidsender.com/api/v1/devices

Returns the phones connected to the account, with status and battery. Worth checking before a large campaign: an offline phone accepts messages into the queue and does not send them.

json
{
  "devices": [
    {
      "id": "dev_oppo_cph2577",
      "name": "OPPO CPH2577",
      "number": "+351936112004",
      "online": true,
      "battery": 60,
      "charging": false,
      "queued": 12,
      "lastSeenAt": "2026-08-16T14:21:58Z"
    }
  ]
}

Battery is an API resource

Sending uses the radio, and the radio drains roughly 0.55% of battery per minute at a steady pace. On a long campaign it is worth reading the battery field and deciding whether it will hold, or whether it is better to wait for the charger.