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

# Get Links

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

Returns a list of links for the provided identity.
Filter between all | active | inactive | exceeded links and also perform a full text search with the query parameter.

## Path parameters

- `identifier` string, required

## Query parameters

- `query` string
- `status` 'all' | 'active' | 'inactive' | 'exceeded'

## Response `200`

Link collection

- 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

---

[API](https://skmtc.net/0xpolygonid/apis/privado-id-issuer.md) · [All operations](https://skmtc.net/0xpolygonid/apis/privado-id-issuer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/0xpolygonid/privado-id-issuer/revisions/8ea65174fe46/schema)
