Subaccounts

SecurityJWT
Request
path Parameters
subaccountType
required
string

Subaccount type

Enum: "ACT" "RET"
query Parameters
onBehalfOfAccountId
string

Account id for which the request is being made: defaults to the primary account id of the requester unless specified

Request Body schema: application/json

Subaccount create requests

Array of objects (SubaccountCreateRequest)

List of requests

Responses
200

OK

400

Invalid parameter(s)

401

Unauthorized access

403

Permission denied

413

Request payload is too large

429

Server too busy or acceptable use policy violation

500

An unexpected error has occurred

post/api/subaccount/{subaccountType}
Request samples
application/json
{
  • "requests": [
    ]
}
Response samples
application/json
{
  • "responses": [
    ],
  • "submissionId": "string"
}