Skip to content
Tx Platform
Get All Sub-Accounts

Get All Sub-Accounts🔗︎

HTTP Verb Path
GET https://api.us.textkernel.com/tx/accounts/api

Get All Sub-Accounts

Response Body🔗︎

Body 🔗︎ object[]

Body🔗︎

A list of Sub-Accounts for the authenticated parent account.


Item properties

AccountId 🔗︎ string

AccountId🔗︎

The AccountId of the Sub-Account.

AccountName 🔗︎ string

AccountName🔗︎

The name of the Sub-Account.

Region 🔗︎ string

Region🔗︎

The Textkernel Data Center the Sub-Account belongs to.

MatchingEnabled 🔗︎ bool

MatchingEnabled🔗︎

If Search & Match is enabled on the Sub-Account.

Active 🔗︎ bool

Active🔗︎

The Sub-Account's status.

Unrestricted 🔗︎ bool

Unrestricted🔗︎

Whether or not the account has unrestricted access to your SaaS Credits.

CreditsRemaining 🔗︎ decimal

CreditsRemaining🔗︎

Credits the sub-account has remaining of what's been allocated. When these run out, the account will lose service. This is only output if the account is not Unrestricted.

Sample JSON
[{
  "AccountId": "string",
  "AccountName": "string",
  "Region": "string",
  "MatchingEnabled": false,
  "Active": true,
  "Unrestricted": false,
  "CreditsRemaining": 0
}]