Latest Legacy

Number pool short codes

This API lists and finds short codes in your number pool.

Attributes

number_pool_uuid Unique identifier for the number pool.
shortcode String.
country_iso2 ISO2 code of the country associated with the short code.
added_on Timestamp in ISO 8601 format.

Example Object

{
    "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}"
}