Retrieves the details of an existing trunk.
GET
https://api.plivo.com/v1/Account/{auth_id}/Zentrunk/Trunk/{trunk_id}/
No arguments need to be passed.
Returns a Trunk object if a valid trunk_id is provided. Returns an error otherwise.
{
"name": "trunk_name_1",
"trunk_id": "21784177241578",
"trunk_domain": "21784177241578.zt.plivo.com"
"trunk_status": "enabled",
"secure": true,
"trunk_direction": "outbound",
"ipacl_uuid": "90b6eb07-796c-4d86-a4fd-44ed11667ddb",
"credential_uuid": "eb07-796c-4d86-a4fd-44ed11667ddb",
"primary_uri_uuid": null,
"fallback_uri_uuid": null
}
1
2
curl -i --user AUTH_ID:AUTH_TOKEN \
https://api.plivo.com/v1/Account/{auth_id}/Zentrunk/Trunk/21784177241578/