---
title: "Resolve the credential issuer's DID document"
method: GET
path: "/.well-known/did.json"
tags: ["Registry"]
---

# Resolve the credential issuer's DID document

`GET /.well-known/did.json`

The W3C DID document for Baselayer's credential issuer. Every credential names its issuer as a `did:web` identifier; verifiers resolve that identifier to this document and match the credential's signing key id against `verificationMethod`. Keys publish ahead of activation and remain published through rotation overlap, so verifier caches stay warm. Unauthenticated; cacheable for one hour.

## Response `200`

The issuer's DID document (W3C DID core).

---

[API](https://skmtc.net/baselayer/apis/baselayer-api-service.md) · [All operations](https://skmtc.net/baselayer/apis/baselayer-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baselayer/baselayer-api-service/versions/0cc89938bc26/schema)
