---
title: "Get Connections"
method: GET
path: "/v2/identities/{identifier}/connections"
tags: ["Connection"]
---

# Get Connections

`GET /v2/identities/{identifier}/connections`

Get all the connections of the provided identity.

## Path parameters

- `identifier` string, required

## Query parameters

- `query` string
- `credentials` boolean
- `page` integer
- `max_results` integer
- `sort` string[] — The minus sign (-) before createdAt means descending order.

## Response `200`

ok

- ConnectionsPaginated
  - `items` GetConnectionResponse[], required
    - `id` string, required
    - `userID` string, required
    - `issuerID` string, required
    - `createdAt` string, required
    - `credentials` Credential[], required
      - `id` string, required
      - `proofTypes` string[], required
      - `revoked` boolean, required
      - `schemaHash` string, required
      - `vc` object, required
  - `meta` PaginatedMetadata, required
    - `total` integer, required
    - `page` integer, required
    - `max_results` integer, required

## Other responses

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

## Changes

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

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