Latest Legacy

Number Pool Shortcodes

This API enables you to list and find shortcodes in your numberpool

Attributes

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

Example Object

{
    "added_on": "2019-10-09T11:10:59.741978Z",
    "api_id": "b42933e8-0a88-11ea-b072-0242ac110007",
    "country_iso2": "US",
    "number_pool_uuid": "{number_pool_uuid}",
    "shortcode": "{your_shortcode}"
}