DIDs
Create and manage DIDs (Decentralized Identifiers), a type of globally unique identifier for an entity. The DID is a URI that can be resolved to a DID document which offers metadata about the identified entity.
Because a DID is created in association with a public/private key pair, the controller of the private key is able to prove control of the DID and thus authenticate themselves.
A DID is needed to issue credentials, request a proof, and verify credentials.
Related guide: DIDs.
📄️ List DIDs
Returns a list of DIDs within the organization.
📄️ Create a DID
Creates a DID using a key, or keys, and a method.
📄️ Retrieve a DID
Returns information on a specified DID.
📄️ Deactivate a DID
Deactivate a DID. Related guide: [DID deactivation](/dids#deactivate-a-did)
📄️ Retrieve trust information from DID
Returns trust information on a specified DID.