---
title: "List all accounts"
method: GET
path: "/accounts"
tags: ["Accounts"]
---

# List all accounts

`GET /accounts`

Returns a list of your accounts.

If no parameters are sent, the operation will return an array of account IDs.

## Query parameters

- `email` string
- `custom` string
- `global` string
- `orderId` string
- `orderReference` string
- `subscriptionId` string
- `products` string
- `subscriptions` 'active' | 'ended' | 'canceled' | 'started'
- `refunds` string
- `limit` number
- `page` number

## Response `200`

OK

- GetAllAccounts
  - `action` string — The action performed by the API call.
  - `result` string — Indicates that the request has succeeded or failed.
  - `page` integer — The page number of results returned.
  - `limit` integer — The limit of how many objects were returned per page.
  - `nextPage` integer — The next page number of results returned.
  - `total` integer — The total number of accounts returned.
  - `accounts` unknown[] — Array of account IDs.
    - unknown

---

[API](https://skmtc.net/fastspring/apis/fastspring-api-accounts.md) · [All operations](https://skmtc.net/fastspring/apis/fastspring-api-accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fastspring/fastspring-api-accounts/versions/ae2f0b97db3e/schema)
