Resources Overview
Available Resources##
METHOD | PATH | DESCRIPTION | REFERENCE LINK |
---|---|---|---|
POST | /pools/my | Create a Pool | Create a Pool |
DELETE | /pools/my/{poolId} | Delete a Pool | Delete a Pool |
PUT | /pools/my/{poolId} | Edit a Pool | Edit a Pool |
GET | /pools/my | Retrieve all the Pools of an account | Retrieve all the Pools of an account |
GET | /pools/my/{poolid} | Retrieve info for a specific Pool | Retrieve info of a specific Pool |
GET | /pools/my/{poolid}/numbers | Retrieve the Numbers that belongs to a specific Pool | Retrieve info for a specific Pool |
PUT | /pools/my/{poolId}/numbers/{msisdn} | Add a Number to a specific Pool | Add a Number to a pool |
DELETE | /pools/my/{poolId}/numbers/{msisdn} | Delete a Number from a specific Pool | Delete a number from a pool |
POST | /pools/my/{poolId}/sms | Send an SMS using a Pool | Send SMS using a pool |
Updated about 6 years ago
What’s Next