---
title: "Get Link"
method: GET
path: "/v2/identities/{identifier}/credentials/links/{id}"
tags: ["Links"]
---

# Get Link

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

Get a specific link for the provided identity.
`deepLink` and `universalLink` fields are returned if the credential has an associated protocol message. <br/>
To create an offer for the link, use the endpoint `/v2/identities/{identifier}/credentials/links/{id}/offer`.

## Path parameters

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

## Response `200`

Credential link response

- Link
  - `id` string, required
  - `schemaUrl` string, required
  - `schemaType` string, required
  - `schemaHash` string, required
  - `credentialSubject` CredentialSubject, required
  - `maxIssuance` integer, nullable
  - `issuedClaims` integer, required
  - `expiration` string
  - `credentialExpiration` string
  - `createdAt` string, required
  - `active` boolean, required
  - `status` 'active' | 'inactive' | 'exceeded', required
  - `proofTypes` string[], required
  - `refreshService` RefreshService
    - `id` string, required
    - `type` 'Iden3RefreshService2023', required
  - `displayMethod` DisplayMethod
    - `id` string, required
    - `type` 'Iden3BasicDisplayMethodV1', required
  - `deepLink` string, required
  - `universalLink` string, required

## Other responses

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

## Changes

- **2024-12-18** `fe16b051b34c` — 1 warning, 1 info
  - added the new `Iden3BasicDisplayMethodV1` enum value to the `displayMethod/type` response property for the response status `200`
  - removed the `Iden3BasicDisplayMethodv2` enum value from the `displayMethod/type` response property for the response status `200`
- **2024-12-18** `c211b9b15a5d` — 1 warning, 1 info
  - added the new `Iden3BasicDisplayMethodv2` enum value to the `displayMethod/type` response property for the response status `200`
  - removed the `Iden3BasicDisplayMethodV1` enum value from the `displayMethod/type` response property for the response status `200`
- **2024-12-17** `96ff718e8ae9` — 1 warning, 1 info
  - added the new `Iden3BasicDisplayMethodV1` enum value to the `displayMethod/type` response property for the response status `200`
  - removed the `Iden3BasicDisplayMethodv2` enum value from the `displayMethod/type` response property for the response status `200`
- **2024-12-02** `a71b9e9bd838` — 1 warning, 1 info
  - added the new `Iden3BasicDisplayMethodv2` enum value to the `displayMethod/type` response property for the response status `200`
  - removed the `Iden3BasicDisplayMethodV1` enum value from the `displayMethod/type` response property for the response status `200`

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