Get subAccount

GET /sub-account/:subAccountId

Use this method to get a specific subAccount.

Path Parameters

Name
Type
Description

subAccountId

Number

ID of the subAccount

Headers

Name
Value

Authorization

Basic <token>

Response

{
    "id": number,
    "name": "string",
    "account": {
        "id": string,
        "name": string
    }
}

Last updated

Was this helpful?