---
title: "Retrieve a list of supported types for indexing"
method: GET
path: "/dids/types"
tags: ["DID"]
---

# Retrieve a list of supported types for indexing

`GET /dids/types`

Retrieve a list of supported indexing types, according to the spec-defined type list

## Response `200`

A list of types support, alongside their human-readable description

- object[]
  - `type` integer, required
  - `description` string, required

## Other responses

- `404` — Type indexing not supported by this gateway

## Changes

- **2024-02-01** `06c3d86591b3` — 2 info
  - added the non-success response with the status `404`
  - removed the non-success response with the status `501`
- **2024-01-04** `eef6722c1692` — 1 info
  - endpoint added
- **2023-11-20** `4b01176296d1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/decentralized-identity/apis/did-dht-gateway-api/changes/dids/types/get.md)

---

[API](https://skmtc.dev/decentralized-identity/apis/did-dht-gateway-api.md) · [All operations](https://skmtc.dev/decentralized-identity/apis/did-dht-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decentralized-identity/did-dht-gateway-api/revisions/fff9410e2681/schema)
