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

Get Subaccounts

Get a list of all subaccounts.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json