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. An offline phone accepts messages into the queue and sends them when it comes back.

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

Battery is an API resource

Sending drains the battery. Read the battery field before a long campaign.