---
title: "Get Schemas"
method: GET
path: "/v2/identities/{identifier}/schemas"
tags: ["Schemas"]
---

# Get Schemas

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

## Path parameters

- `identifier` string, required

## Query parameters

- `query` string

## Response `200`

Schema collection

- Schema[]
  - `id` string, required
  - `hash` string, required
  - `bigInt` string, required
  - `url` string, required
  - `type` string, required
  - `contextURL` string, required
  - `createdAt` string, required
  - `title` string
  - `description` string
  - `version` string, required

## Other responses

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

## Changes

- **2024-12-18** `c211b9b15a5d` — 1 info
  - added the required property `items/contextURL` to the response with the `200` status
- **2024-12-02** `a71b9e9bd838` — 1 breaking, 1 warning
  - removed the required property `items/contextURL` from the response with the `200` status
  - removed the optional property `items/displayMethodID` from the response with the `200` status

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