List Interconnect locations and IP addresses

GET {{baseUrl}}/v1/configuration/pop

Allows you to get the list of Voxbone’s POPs (Points Of Presence) and their corresponding IP addresses.

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

{"pops":[{"deliveryId":84,"name":"AU","ips":["185.47.148.45"]},{"deliveryId":2,"name":"BE","ips":["81.201.82.45"]},{"deliveryId":3,"name":"CN","ips":["81.201.86.45"]},{"deliveryId":12,"name":"DE","ips":["81.201.83.45"]},{"deliveryId":14,"name":"US-LA","ips":["81.201.84.195"]},{"deliveryId":6,"name":"US-NY","ips":["81.201.85.45"]}]}