POST
Add Phone Numbers to Pool
Adds one or more owned phone numbers to the pool.
POST
https://api.vantaxai.com/v1/number-pools/{pool_id}/membersEach phone number must belong to the same sub-account as the pool. Adding a number that is already a member is a no-op, so this endpoint is safe to retry.
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
Path Parameters
pool_idstringrequiredThe pool to add numbers to.
example: pool_4c8e21
Body Parameters
phone_number_idsstring[]requiredIds of the owned phone numbers to add to the pool.
example: ["pn_55ad12", "pn_77be34"]