SubAccounts
Add SubAccount
Add a new SubAccount to your Account. To receive an access token for this SubAccount, make a POST security/apikeys request using the 'subaccount' parameter. Required Access Level: ModifySubAccounts
post/subaccounts
Request body
Example request
{
"Email": "mail@example.com",
"Password": "********",
"Settings": {
"Email": {
"PoolName": "My Custom Pool"
}
}
}Response
Created
Example response
{
"PublicAccountID": "EB3EBB7A-C20D-4D39-8F2F-5E6842F58E6F",
"Email": "mail@example.com",
"Settings": {
"Email": {
"PoolName": "My Custom Pool"
}
},
"LastActivity": "2001-01-01T12:00:00"
}