---
title: "GET /api/v1/identities/{id}"
method: GET
path: "/api/v1/identities/{id}"
tags: ["fabric-ca-server"]
---

# GET /api/v1/identities/{id}

`GET /api/v1/identities/{id}`

Get an identity.  
The caller must have **hf.Registrar** authority.

## Path parameters

- `id` string, required

## Query parameters

- `ca` string

## Headers

- `Authorization` string, required

## Response `200`

The identity information associated with the ID.

- ResponseBase
  - `result` unknown, required
  - `success` boolean, required — Boolean indicating if the request was successful.
  - `errors` object[], required — An array of error messages (code and message)
    - `code` integer, required — Integer code denoting the type of error.
    - `message` string, required — An error message
  - `messages` object[], required — An array of information messages (code and message)
    - `code` integer, required — Integer code denoting the type of message.
    - `message` string, required — A more specific message.

---

[API](https://skmtc.dev/hyperledger/apis/fabric-ca-server-api.md) · [All operations](https://skmtc.dev/hyperledger/apis/fabric-ca-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperledger/fabric-ca-server-api/revisions/f1cf3d665f0e/schema)
