---
title: "Get Credential"
method: GET
path: "/v2/identities/{identifier}/credentials/{id}"
tags: ["Credentials"]
---

# Get Credential

`GET /v2/identities/{identifier}/credentials/{id}`

Get a specific credential for the provided identity.

## Path parameters

- `identifier` string, required
- `id` string, required

## Response `200`

Credential found

- Credential
  - `id` string, required
  - `proofTypes` string[], required
  - `revoked` boolean, required
  - `schemaHash` string, required
  - `vc` object, required

## Other responses

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

## Changes

- **2024-12-02** `a71b9e9bd838` — 1 warning, 1 info
  - removed the optional property `encryptedVC` from the response with the `200` status
  - the response property `vc` became required for the status `200`

[Change history](https://skmtc.dev/0xpolygonid/apis/privado-id-issuer/changes/v2/identities/:identifier/credentials/:id/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)
