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.
uuid | Unique identifier for the Number Pool. |
numbers | Sub-Resource URI |
shortcodes | Sub-Resource URI |
{
"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>"
}