Skip to main content
POST
/
did
{
  "id": "<string>",
  "did": "<string>",
  "alias": "<string>",
  "name": "<string>"
}

Body

application/json
name
string
required

The name of the DID.

Example:

"acme"

Response

DID created successfully

id
string
required

Unique identifier of the DID.

did
string
required

The DID.

alias
string
required

The DID alias.

name
string
required

The name given to the DID.