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
📄️ Retrieve a DID
Returns detailed information on a DID.
📄️ Deactivate a DID
Deactivate a DID. See the [DID deactivation](/dids#deactivate-a-did)
📄️ List DIDs
Returns a list of DIDs within an organization. See the [guidelines](/api/general_guidelines) for handling list endpoints.
📄️ Create a DID
Creates a DID using a key, or keys, and a method.
📄️ Retrieve the matching trust entity for a DID
Returns details on the matching trust entity for a DID.
📄️ Resolve a DID
Resolves a DID to its DID document, returning its verification relationships.