DID Management
Authorizations
AuthorizationstringRequired
One-Click access token (Authorization: Bearer )
Body
methodsstring[]RequiredExample:
DID method which will be used for generate DID documents
["empe","empe-testnet","web"]Responses
201
The DID documents have been successfully created.
application/json
400
Validation error.
application/json
401
Missing or invalid authentication token.
application/json
post
/did/generateAuthorizations
AuthorizationstringRequired
One-Click access token (Authorization: Bearer )
Body
methodsstring[]RequiredExample:
DID method which will be used for generate DID documents
["empe","empe-testnet","web"]mnemonicsstringRequiredExample:
Mnemonic phrase used to restore the DID(s).
abandon ability able about above absent absorb abstract absurd abuse access accidentResponses
201
The DID documents have been successfully imported.
application/json
400
Validation error.
application/json
401
Missing or invalid authentication token.
application/json
post
/did/importAuthorizations
AuthorizationstringRequired
One-Click access token (Authorization: Bearer )
Path parameters
methodstring · enumRequiredPossible values:
The DID method to resolve.
Responses
200
The DID document has been successfully retrieved.
application/json
400
The method query parameter is missing or invalid.
application/json
404
No DID document exists for the requested method.
application/json
get
/dids/{method}Last updated