---
title: "Get account information"
method: GET
path: "/public/v2/account"
tags: ["Account"]
---

# Get account information

`GET /public/v2/account`

Required permission: Account information, View.

## Response `200`

Account retrieved

- AccountResponseV2ServiceResponse
  - `errors` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `warnings` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `information` string[], nullable
  - `isValid` boolean
  - `content` AccountResponseV2
    - `accountNumber` string — The Account Number. Example: ACC-511274-31364-54
    - `regionCode` string — The region code of the account. Example: US
    - `accountName` string, nullable — The name of the account
    - `activeSuspensions` string[], nullable — Active suspensions on account

## Other responses

- `401` — Unauthorized
- `403` — Missing required permission for this endpoint or resource
- `422` — Failed to retrieve account

---

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