TelecomVoximplantAccountsIdApplications

Get Voximplant applications for a telecom account

GET
/Telecom/voximplant/accounts/{id}/applications
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/Telecom/voximplant/accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08/applications"
[
  {
    "application_id": 0,
    "application_name": "string",
    "modified": "2019-08-24T14:15:22Z"
  }
]