List your numbers
Instances
List your numbers
GET /v1/instances — every number on your account and whether it can send.
GET
List your numbers
The quickest way to find an
instance_id in code, and a cheap health check for a dashboard.
Notes
- Returns every number on the account that has not been deleted, oldest first.
connectedis the field to read:truemeans that number can send right now.- This returns the stored status, not a fresh check of the live connection. It is fast and costs nothing. To force a live check of one number, use
GET /v1/instances/{id}/status. phone_numberis filled in once the number has been observed connected. It can benullon a number that has never connected.last_connectedis the last time the connection was observed open — it moves whenever something checks, so treat it as “seen recently”, not as a session start time.slotssummarises how many numbers you are using and what your account allows.limitisnullwhen there is no fixed cap. If the summary cannot be worked out,slotsisnulland the list itself is still correct.