---
title: "List Accounts"
method: GET
path: "/public/v3/Accounts"
tags: ["Accounts"]
---

# List Accounts

`GET /public/v3/Accounts`

List all accounts within your organization.

## Query parameters

- `IncludeDisabledAccounts` boolean
- `PageSize` integer
- `PageNumber` integer

## Response `200`

The requested accounts

- AccountResponsePaginatedResponse
  - `totalRecords` integer
  - `pageNumber` integer
  - `pageSize` integer
  - `data` AccountResponse[], nullable
    - `accountId` integer
    - `accountName` string, nullable
    - `autocompleteShipmentDelayMinutes` integer, nullable
    - `disabled` boolean
    - `userIds` string[], nullable
    - `webhookIds` integer[], nullable
  - `next` string, nullable
  - `previous` string, nullable

## Other responses

- `400` — The requested account is not available
- `401` — Unauthorized

---

[API](https://skmtc.net/tive/apis/tive-public-api.md) · [All operations](https://skmtc.net/tive/apis/tive-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tive/tive-public-api/revisions/9a8d869e3cdc/schema)
