Latest Legacy

Number Pool Resource

A NumberPool sub-resource should be created automatically when a new Powerpack is created.

The NumberPool would be empty (i.e. Will not have any phone numbers or shortcodes) when it is first created.

Attributes

uuidUnique identifier for the Number Pool.
numbersSub-Resource URI
shortcodesSub-Resource URI

Example Object

{
    "api_id": "d7e9a038-0a88-11ea-b072-0242ac110007",
    "numbers": "/v1/Account/{auth_id}/NumberPool/<number_pool_uuid>/Number/",
    "shortcodes": "/v1/Account/{auth_id}/NumberPool/<number_pool_uuid>/Shortcode/",
    "uuid": "<powerpack_uuid>"
}