Skip to main content
GET
/
v1
/
numbers
List Numbers
curl --request GET \
  --url https://api.production.telgea.com/v1/numbers \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": "<string>",
    "phoneNumber": "<string>",
    "createdAt": "<string>",
    "owner": {
      "id": "<string>"
    }
  }
]

Authorizations

X-API-Key
string
header
required

API key authentication requiring a valid API key to be included in the X-API-Key header.

Response

200 - application/json

Returns all account numbers assigned to the authenticated company.

id
string
required

Unique identifier of the account number

createdAt
string
required

Timestamp when the account number was created

owner
object
required

Details about the owner of the number

phoneNumber
string

Phone number assigned to the account

I