cURL
curl --request GET \ --url https://api.example.com/did/{id}
{ "id": "<string>", "did": "<string>", "alias": "<string>", "name": "<string>" }
Get a DID by ID
DID fetched successfully
Unique identifier of the DID.
The DID.
The DID alias.
The name given to the DID.