---
title: "Retrieve account infomation"
method: GET
path: "/account/"
tags: ["Account"]
---

# Retrieve account infomation

`GET /account/`

Returns infomation on the currenctly logged in account.

## Response `200`

Successful.

- object
  - `name` string — Account name.
  - `attention` string — Associated attention of the account.
  - `address_1` string — Account address 1.
  - `address_2` string — Account address 2.
  - `zip_code` string — Account zip code.
  - `city` string — Account city.
  - `country_code` string — Account country code.
  - `phone` string — Account phone number.
  - `email` string — Account email.
  - `vat_no` string — Account vat number.
  - `billing_email` string — Account billing email.
  - `home_page` string — Account home page.
  - `updated_at` string, date-time — Date and time of retrieval of account information.

## Other responses

- `401` — Unauthorized.

---

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