---
title: "Get All Display Methods"
method: GET
path: "/v2/identities/{identifier}/display-method"
tags: ["Display Methods"]
---

# Get All Display Methods

`GET /v2/identities/{identifier}/display-method`

Get all the display methods for the provided identity.

## Path parameters

- `identifier` string, required

## Query parameters

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

## Response `200`

Display Method list response

- DisplayMethodPaginated
  - `items` DisplayMethodEntity[], required
    - `id` string, required
    - `name` string, required
    - `url` string, required
    - `type` string, required
  - `meta` PaginatedMetadata, required
    - `total` integer, required
    - `page` integer, required
    - `max_results` integer, required

## Other responses

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

## Changes

- **2024-12-18** `fe16b051b34c` — 1 info
  - endpoint added
- **2024-12-18** `c211b9b15a5d` — 1 breaking
  - api path removed without deprecation
- **2024-12-17** `96ff718e8ae9` — 1 info
  - endpoint added
- **2024-12-02** `a71b9e9bd838` — 1 breaking
  - api path removed without deprecation

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