cURL
curl --request POST \ --url https://api.example.com/did \ --header 'Content-Type: application/json' \ --data '{ "name": "acme" }'
{ "id": "<string>", "did": "<string>", "alias": "<string>", "name": "<string>" }
Create a unique DID for the requested organization.
The name of the DID.
"acme"
DID created successfully
Unique identifier of the DID.
The DID.
The DID alias.
The name given to the DID.