Skip to main content
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.
  • connected is the field to read: true means 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_number is filled in once the number has been observed connected. It can be null on a number that has never connected.
  • last_connected is 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.
  • slots summarises how many numbers you are using and what your account allows. limit is null when there is no fixed cap. If the summary cannot be worked out, slots is null and the list itself is still correct.

Example

This is also the cheapest way to test that an API key works — it sends nothing and uses no message allowance.

Authorizations

apikey
string
header
required

Your API key, sent in an apikey request header. Never in the URL, never as a Bearer token.

Response

Your numbers.

success
boolean
data
object
request_id
string<uuid>