Skip to main content
GET
/
did
/
{id}
Get DID
curl --request GET \
  --url https://api.example.com/did/{id}
{
  "id": "<string>",
  "did": "<string>",
  "alias": "<string>",
  "name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.truststack.dev/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Response

DID fetched successfully

id
string
required

Unique identifier of the DID.

did
string
required

The DID.

alias
string
required

The DID alias.

name
string
required

The name given to the DID.