Resources Overview
Available Resources##
METHOD | PATH | DESCRIPTION | REFERENCE LINK |
---|---|---|---|
POST | /pools/my | Create a Pool | |
DELETE | /pools/my/{poolId} | Delete a Pool | |
PUT | /pools/my/{poolId} | Edit a Pool | |
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 | |
PUT | /pools/my/{poolId}/numbers/{msisdn} | Add a Number to a specific Pool | |
DELETE | /pools/my/{poolId}/numbers/{msisdn} | Delete a Number from a specific Pool | |
POST | /pools/my/{poolId}/sms | Send an SMS using a Pool |
Updated over 3 years ago