---
title: "Get Standalone Accounts"
slug: "get-standalone-accounts"
updated: 2026-02-25T13:56:58Z
published: 2026-02-25T13:57:17Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Standalone Accounts

Get/v1/accounts

Read all standalone accounts.

SecurityHTTPType basic

HTTP Basic Authentication using your WACM username and API key.

For detailed authentication instructions, see the [Authentication Guide](https://docs.wasabi.com/apidocs/wacm-connect-api-authentication).

Query parametersidinteger

Filter by Standalone Account ID

namestring

Filter by name

emailstring (email) 

Filter by email

statusstring

Filter by status

wasabiAccountNumberinteger

Filter by Wasabi account number

pageinteger

Page number

sizeinteger

Number of items per page

partnerNamestring

Filter by partner name

storageAmountstring

Filter by projected storage amount

companyNamestring

Filter by company name

Responses200

Successfully retrieved standalone accounts

<select class='api-response-data' aria-label='Media type'><option value='fce389a1-175c-4af0-9b4f-951dd8d3c4c0'>application/json</option>
</select>

```json
{
  "success": "True",
  "data": {
    "items": [
      {
        "id": "33445",
        "firstName": "Jane",
        "lastName": "Smith",
        "companyName": "Acme Corporation",
        "email": "admin@acme.com",
        "country": "United States",
        "phoneNumber": "+1-555-987-6543",
        "partnerName": "Sample Partner",
        "wasabiAccountNumber": "100987654",
        "status": "Verified",
        "storageAmount": "25 - 50 TB",
        "createDate": "2024-01-10"
      }
    ],
    "page": "1",
    "size": "20",
    "total": "1"
  }
}
```

Expand Allobject  successboolean    
dataobject  items Array of object (StandaloneAccountResponse)   object  idinteger    
firstNamestring    
lastNamestring    
companyNamestring    
emailstring    
countrystring    
phoneNumberstring    
partnerNamestring    
wasabiAccountNumberinteger   | null  
statusstring    

Account status ("Verified" or "Pending")

storageAmountstring    

pageinteger    
sizeinteger    
totalinteger
