These docs are for v2.11. Click to read the latest docs for v2.12.

Get 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

PropertyTypeDescription
subaccountsarrayArray of Subaccount
Language
Credentials
Header
Click Try It! to start a request and see the response here!