---
title: "Get Identity Detail"
method: GET
path: "/v2/identities/{identifier}"
tags: ["Identity"]
---

# Get Identity Detail

`GET /v2/identities/{identifier}`

Endpoint to get an identity details

## Path parameters

- `identifier` string, required

## Response `200`

Identity top up successfully

- GetIdentityDetailsResponse
  - `identifier` string, required
  - `displayName` string
  - `state` IdentityState, required
    - `stateID` integer, required
    - `identifier` string, required
    - `state` string
    - `rootOfRoots` string
    - `claimsTreeRoot` string
    - `revocationTreeRoot` string
    - `blockTimestamp` integer
    - `blockNumber` integer
    - `txID` string
    - `previousState` string
    - `status` string, required
    - `modifiedAt` string, required
    - `createdAt` string, required
  - `address` string
  - `balance` string
  - `keyType` string, required
  - `credentialStatusType` 'Iden3commRevocationStatusV1.0' | 'Iden3ReverseSparseMerkleTreeProof' | 'Iden3OnchainSparseMerkleTreeProof2023', required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server error

## Changes

- **2024-12-17** `96ff718e8ae9` — 1 breaking
  - removed the required property `authCredentialsIDs` from the response with the `200` status
- **2024-12-17** `073a2b0a9f2b` — 1 info
  - added the required property `authCredentialsIDs` to the response with the `200` status
- **2024-12-17** `aa1a28b7f47a` — 1 breaking
  - removed the required property `authCredentialsIDs` from the response with the `200` status
- **2024-12-13** `c949dab34010` — 1 info
  - added the required property `authCredentialsIDs` to the response with the `200` status
- **2024-12-02** `a71b9e9bd838` — 1 breaking
  - removed the required property `authCredentialsIDs` from the response with the `200` status

[Change history](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer/changes/v2/identities/:identifier/get.md)

---

[API](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer.md) · [All operations](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer/llms.txt) · [OpenAPI document](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer/revisions/68efa0ba742d?raw)
