---
title: "Retrieve an Account"
method: GET
path: "/public/v3/Accounts/{accountId}"
tags: ["Accounts"]
---

# Retrieve an Account

`GET /public/v3/Accounts/{accountId}`

View an account within your organization.

## Path parameters

- `accountId` integer, required

## Response `200`

The requested account

- AccountResponse
  - `accountId` integer
  - `accountName` string, nullable
  - `autocompleteShipmentDelayMinutes` integer, nullable
  - `disabled` boolean
  - `userIds` string[], nullable
  - `webhookIds` integer[], 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)
