Get subaccounts
Base URL:GET: https://api.smsgatewayapi.com/v1/subaccount
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": "463", "username": "JaneDoe", "memo": "foo", "amount_of_logins": 1 }, { "ID": "532", "username": "JohnDoe", "memo": "bar", "amount_of_logins": 0 } ]