get https://api.fonestorm.com/v2/subaccounts
Get a list of all subaccounts.
This will return a listing of all the subaccounts belonging to the FracTEL account associated with the API token being used.
[{
"id": "2005550001",
"label": "Subaccount 1",
"status": "enabled"
},
{
"id": "2005550002",
"label": "Subaccount 2",
"status": "enabled"
},
{
"id": "2005550003",
"label": "Subaccount 3",
"status": "suspended"
}]
Response Properties
Property | Type | Description |
---|---|---|
subaccounts | array | Array of Subaccount |