Retrieves the details of the specified short code from the number pool.
GET
https://api.plivo.com/v1/Account/{auth_id}/NumberPool/{number_pool_uuid}/Shortcode/{shortcode}/
This API call returns the details for the short code identified by the shortcode
specified in the request URL.
HTTP Status Code: 200
{
"added_on": "2022-10-09T11:10:59.741978Z",
"api_id": "b42933e8-0a88-11ea-b072-0242ac110007",
"country_iso2": "US",
"number_pool_uuid": "{number_pool_uuid}",
"shortcode": "{your_short_code}"
}