---
title: "Changes to Resolve a DID (via JSON body)"
method: POST
path: "/did/resolve"
---

# Changes to Resolve a DID (via JSON body)

`POST /did/resolve`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 12 revisions.

- **2026-04-21** `8a22dc180044` — 4 breaking, 2 warning, 8 info
- **2026-02-12** `970d68a5c55d` — 1 breaking, 1 warning, 5 info

## Changes

- **2026-04-21** `8a22dc180044` — 4 breaking, 2 warning, 8 info
  - added the pattern `^did:bindu:.+` to the request property `did`
  - removed the media type `application/json` for the response with the status `400`
  - removed the media type `application/json` for the response with the status `404`
  - the response property `@context` became optional for the status `200`
  - removed the optional property `bindu` from the response with the `200` status
  - removed the optional property `service` from the response with the `200` status
  - api operation id `resolveDid` removed and replaced with ``
  - added the optional property `verificationMethod` to the response with the `200` status
  - the response property `authentication` became required for the status `200`
  - the `id` response's property pattern `^did:bindu:.+` was added for the status `200`
  - added the required property `authentication/items/controller` to the response with the `200` status
  - added the required property `authentication/items/id` to the response with the `200` status
  - added the required property `authentication/items/publicKeyBase58` to the response with the `200` status
  - added the required property `authentication/items/type` to the response with the `200` status
- **2026-02-12** `970d68a5c55d` — 1 breaking, 1 warning, 5 info
  - the `error` response's property type/format changed from `string`/`` to `object`/`` for status `404`
  - removed the optional property `details` from the response with the `404` status
  - added the optional property `error/data` to the response with the `404` status
  - added the required property `error/code` to the response with the `404` status
  - added the required property `error/message` to the response with the `404` status
  - added the required property `id` to the response with the `404` status
  - added the required property `jsonrpc` to the response with the `404` status

---

[Operation](https://skmtc.dev/getbindu/apis/bindu-agent-api/docs/did/resolve/post.md) · [API](https://skmtc.dev/getbindu/apis/bindu-agent-api.md) · [Page](https://skmtc.dev/getbindu/apis/bindu-agent-api/changes/did/resolve/post)
