---
title: "Get details about your account"
method: GET
path: "/v2/accounts/me"
tags: ["Accounts"]
---

# Get details about your account

`GET /v2/accounts/me`

Returns details about your account.

## Response `200`

OK

- IdentityAccountData
  - `account_type` 'CLIENT_ACCOUNT_TYPE_UNSPECIFIED' | 'CLIENT_ACCOUNT_TYPE_NON_PRODUCTION' | 'CLIENT_ACCOUNT_TYPE_PRODUCTION' | 'UNRECOGNIZED', required — Type of the account
  - `active` boolean, required — If the account is active or deactivated.
  - `client_identifier` string, uuid, required — The unique identifier of the account's client.
  - `created_at` string, date-time — Date and time the account was created.
  - `deactivated_at` string, date-time — Date and time the account was deactivated.
  - `identifier` string, uuid, required — The unique identifier of the account.
  - `name` string, required — Name of the account
  - `updated_at` string, date-time — Date and time the account was last updated.

---

[API](https://skmtc.dev/complyadvantage/apis/mesh-api.md) · [All operations](https://skmtc.dev/complyadvantage/apis/mesh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/complyadvantage/mesh-api/revisions/fdaac4351d85/schema)
