POST
Create Number Pool
Creates a new number pool in the specified sub-account.
POST
https://api.vantaxai.com/v1/number-poolsPool names must be unique within a sub-account (case-insensitive) and 80 characters or fewer. Add phone numbers to the pool afterward with Add Phone Numbers to Pool.
Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Content-TypestringrequiredMust be application/json for requests with a body.
example: application/json
Body Parameters
namestringrequiredDisplay name of the pool. Must be unique within the sub-account.
example: Outbound Sales Pool
sub_account_idstringrequiredSub-account that will own the pool.
example: sub_8a1f4c2e
descriptionstringoptionalOptional description of the pool's purpose.