Pools API

Organize phone numbers into pools for load-balanced SMS sending. Create and manage pools, assign numbers to pools, send SMS through a pool, and retrieve pool configuration and membership details.

Available endpoints

MethodEndpointDescription
GET/pools/myRetrieve all the Pools of an account
GET/pools/my/{poolid}Retrieve info for a specific Pool
GET/pools/my/{poolid}/numbersRetrieve the Numbers that belongs to a specific Pool
POST/pools/myCreate a Pool
POST/pools/my/{poolId}/smsSend SMS using a Pool
PUT/pools/my/{poolId}Edit a Pool
PUT/pools/my/{poolId}/numbers/{msisdn}Add a Number to a pool
DELETE/pools/my/{poolId}Delete a Pool
DELETE/pools/my/{poolId}/numbers/{msisdn}Delete a number from a pool