v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Master account

Create a new group of sub-accounts

This endpoint allows to create a group of sub-accounts

post/corporate/group

Request body

groupNamestring required

The name of the group of sub-accounts

subAccountIdsinteger[]

Pass the list of sub-account Ids to be included in the group

Example request

{
  "groupName": "My group",
  "subAccountIds": [
    234322,
    325553,
    893432
  ]
}

Response

Group ID

idstring