Retrieves the details of all origination URIs in the account.
GET
https://api.plivo.com/v1/Account/{auth_id}/Zentrunk/URI/
No arguments need to be passed.
A dictionary with an objects property that contains an array of origination URI objects.
{
"api_id": "a04ad809-3b78-4bbe-9baf-acfc7800b10f",
"meta": {
"limit": 2,
"offset": 0,
"total_count": 109,
"previous": null,
"next": "v1/Account/{auth_id}/Zentrunk/URI/?limit=2&offset=2"
},
"objects": [
{
"uri_uuid": "f19c4773-4ae6-4b75-92ea-9cf3ea4227d6",
"name": "uritest1",
"uri": "test@plivo.com",
"authentication_needed": true,
"username": "dummy1_username"
},
{
"uri_uuid": "aec4773-4ae6-4b75-92ea-9cf3ea4227d6",
"name": "uritest12",
"uri": "test2@plivo.com",
"authentication_needed": false,
"username": null
}
]
}