---
title: "Resolve DID (GET)"
method: GET
path: "/did/resolve"
tags: ["DID Resolution"]
---

# Resolve DID (GET)

`GET /did/resolve`

Resolves a Decentralized Identifier (DID) via GET request with query parameter.

## Query parameters

- `did` string, required

## Response `200`

DID document

- DidDocument
  - `@context` string[], required
  - `id` string, required — The DID
  - `created` string, date-time
  - `authentication` object[]
  - `bindu` object — Bindu-specific metadata
  - `service` object[]

## Other responses

- `400` — Invalid DID format
- `404` — DID not found

## Changes

- **2026-02-11** `975e49e9b675` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getbindu/apis/bindu-agent-api/changes/did/resolve/get.md)

---

[API](https://skmtc.dev/getbindu/apis/bindu-agent-api.md) · [All operations](https://skmtc.dev/getbindu/apis/bindu-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbindu/bindu-agent-api/revisions/975e49e9b675/schema)
