DIDs
Use the identifier API to create DIDs. The system assigns an ID to both the identifier and the DID. Use the DID ID returned from the identifier response with this DID API for management operations like deactivation.
📄️ Retrieve a DID
<strong>Permissions:</strong> <code>DID_DETAIL</code>
📄️ Deactivate a DID
<strong>Permissions:</strong> <code>DID_DEACTIVATE</code>
📄️ List DIDs
<strong>Permissions:</strong> <code>DID_LIST</code>
📄️ Create a DID
<strong>Permissions:</strong> <code>DID_CREATE</code>
📄️ Retrieve the matching trust entity for a DID
<strong>Permissions:</strong> <code>TRUST_ENTITY_DETAIL</code>
📄️ Resolve a DID
<strong>Permissions:</strong> <code>DID_RESOLVE</code>