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
| Method | Endpoint | Description |
|---|---|---|
| GET | /pools/my | Retrieve all the Pools of an account |
| GET | /pools/my/{poolid} | Retrieve info for a specific Pool |
| GET | /pools/my/{poolid}/numbers | Retrieve the Numbers that belongs to a specific Pool |
| POST | /pools/my | Create a Pool |
| POST | /pools/my/{poolId}/sms | Send 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 |

