GET sub-accounts/:id

Prev Next

FTP Deprecation

On May 1, 2025, Wasabi deprecated support for FTP. Learn more by reviewing FTP Deprecation.

Get Sub-Account by Id

Returns summary information about the specified Sub-Account.

URL (GET)

/api/v1/sub-accounts/:id

Parameters

Key Name DescriptionRequired
includeKeys: true/falseIf set to true, includes the access and secret keys of the sub-account in the response

Request Body

None

Response

{
    "success": true,
    "message": "Successfully read!",
    "data": {
        "id": 93,
        "name": "example@example.com",
        "category": null,
        "partnerType": "CUSTOMER",
        "accountType": "Company",
        "status": "PAID_ACCOUNT",
        "imageUrl": null,
        "creationDate": "2020-09-14T07:05:09.000Z",
        "address1": "100 Test Rd",
        "address2": null,
        "country": "United States",
        "city": "Hillsboro",
        "state": "Arizona",
        "zip": "97003",
        "mainPhone": "(208) 876-7876",
        "billingPhone": "(206) 787-8987",
        "contactEmail": "example@example.com",
        "billingEmail": "example@example.com",
        "businessNumber": null,
        "taxId": null,
        "fiscalNumber": null,
        "vatNumber": null,
        "website": null,
        "controlAccountId": 3910,
        "controlAccountName": "Control Account Example",
        "controlAccountEmail": null,
        "governanceAccountId": null,
        "governanceAccountName": null,
        "wasabiAccountNumber": "218308",
        "wasabiAccountName": "example@example.com",
        "sendPasswordResetToSubAccount": false,
        "ftpEnabled": true,
        "activeStorage": 0.00488281252,
        "deletedStorage": 0,
        "trialQuota": null,
        "trialExpiration": null
    }
 }