Latest

Retrieve an origination URI

Retrieves the details of an existing trunk.

API Endpoint

GET https://api.plivo.com/v1/Account/{auth_id}/Zentrunk/URI/{URI_uuid}/

Arguments

No arguments need to be passed.

Returns

Returns an origination URI object if a valid uri_uuid is provided. Returns an error otherwise.

Response

{
  "uri_uuid": "f19c4773-4ae6-4b75-92ea-9cf3ea4227d6",
  "name": "testuri123",
  "uri": "test@plivo.com",
  "authentication_needed": true,
  "username": "dummy1_username"
}
1
2
curl -i --user AUTH_ID:AUTH_TOKEN \
    https://api.plivo.com/v1/Account/{auth_id}/Zentrunk/URI/f19c4773-4ae6-4b75-92ea-9cf3ea4227d6/