SubAccounts
Load SubAccounts
Returns a list of all your SubAccounts. Required Access Level: ViewSubAccounts
get/subaccounts
Query parameters
limitinteger
integer
Maximum number of returned items.
offsetinteger
integer
How many items should be returned ahead.
Response
OK
Example response
[
{
"PublicAccountID": "EB3EBB7A-C20D-4D39-8F2F-5E6842F58E6F",
"Email": "mail@example.com",
"Settings": {
"Email": {
"PoolName": "My Custom Pool"
}
},
"LastActivity": "2001-01-01T12:00:00"
}
]