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

# Get Schema

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

Get a specific schema for the provided identity.

## Path parameters

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

## Response `200`

Schema information

- 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
- `404` — Not found
- `500` — Internal Server error

## Changes

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

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