TelecomVoximplantAccountsIdPhone numbers

Get phone numbers for a Voximplant account, optionally filtered by application

GET
/Telecom/voximplant/accounts/{id}/phone-numbers
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Path Parameters

id*string
Formatuuid

Query Parameters

applicationId?integer
Formatint64

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/Telecom/voximplant/accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08/phone-numbers"
[
  {
    "phone_id": 0,
    "phone_number": "string",
    "phone_country_code": "string",
    "activation_status": "string",
    "application_id": 0,
    "application_name": "string",
    "rule_id": 0,
    "rule_name": "string",
    "deactivated": true
  }
]