List Voice URIs

GET {{baseUrl}}/v1/configuration/voiceuri?pageNumber=0&pageSize=20

Request Params

KeyDatatypeRequiredDescription
voiceUriIdstringThe identifier of the voice uri.
backupUriIdstringThe identifier of the voice uri acting as backup.
voiceUriProtocolstringThe protocol to use with this voice uri. Supported protocols are SIP and TEL.
uristringThe actual uri where the call will be delivered.
descriptionstringA human-readable description of this uri.
pageNumbernumberThe page number, starting at 0.
pageSizenumberThe page size (max number of entities that are displayed in the response).

HEADERS

KeyDatatypeRequiredDescription
apikeystringAuthentication 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.
Acceptstring

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}