API Endpoint
GET
Arguments
No arguments need to be passed.
Returns
This API call returns the details for the short code identified by theshortcode specified in the request URL.
Response
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Fetch details of a specific short code from a number pool
https://api.plivo.com/v1/Account/{auth_id}/NumberPool/{number_pool_uuid}/Shortcode/{shortcode}/
shortcode specified in the request URL.
{
"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}"
}
Was this page helpful?