---
title: "Get your client details"
method: GET
path: "/v2/clients/me"
tags: ["Clients"]
---

# Get your client details

`GET /v2/clients/me`

Returns your client details.

## Response `200`

OK

- IdentityClientData
  - `active` boolean, required — If your client is active or deactivated.
  - `allow_password_login` boolean, required — If password login is enabled or disabled.
  - `allow_sso_login` boolean, required — If SSO login is enabled or disabled.
  - `can_manage_subscription` boolean, required — Indicates whether the client has access to self-serve subscription management
  - `created_at` string, date-time — Date and time the client was created.
  - `deactivated_at` string, date-time — Date and time the client was deactivated.
  - `identifier` string, uuid, required — The unique identifier of the client.
  - `idp_identifier` string, required — The identifier of the identity provider.
  - `name` string, required — The client's name.
  - `updated_at` string, date-time — Date and time the client 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)
