Add group
Base URL:POST: 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 |
Required | name | Name of the group |
Example request single:
{ "name": "marketing" }
Example request multiple:
[ { "name": "marketing" }, { "name": "production" } ]
Normal response: http status code 201 (Created).