List Voice URIs
GET {{baseUrl}}/v1/configuration/voiceuri?pageNumber=0&pageSize=20
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
voiceUriId | string | The identifier of the voice uri. | |
backupUriId | string | The identifier of the voice uri acting as backup. | |
voiceUriProtocol | string | The protocol to use with this voice uri. Supported protocols are SIP and TEL . | |
uri | string | The actual uri where the call will be delivered. | |
description | string | A human-readable description of this uri. | |
pageNumber | number | The page number, starting at 0. | |
pageSize | number | The page size (max number of entities that are displayed in the response). |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
apikey | string | Authentication to Voxbone APIs is handled via key based authentication. You can manage your API key on our platform under Account Settings. Please use our API quickstart guide for more help. | |
Accept | string |
RESPONSES
status: OK
{"voiceUris":[{"voiceUriId":181459,"backupUriId":187733,"backupUri":"sip:32462410398@54.229.220.222","voiceUriProtocol":"SIP","uri":"echo@81.202.82.201","description":"Primary"},{"voiceUriId":199774,"backupUriId":null,"backupUri":null,"voiceUriProtocol":"SIP","uri":"pr@sipvox2.voxbone.com","description":"Voxbone Office USA"},{"voiceUriId":190045,"backupUriId":null,"backupUri":null,"voiceUriProtocol":"SIP","uri":"apeivr@sipvox1.voxbone.com","description":"Voxbone Office London"}],"resultCount":3}