Get all groups
Base URL:GET: https://api.smsgatewayapi.com/v1/groups
Parameters:
Parameter | Input | Description | |
---|---|---|---|
Required | client_id | API client ID | Can be found in your api documentation |
Required | client_secret | API client secret | Can be found in your api documentation |
Example success response:
[ { "ID": "fav", "name": "Favorites" }, { "ID": "115113", "name": "marketing" } ]