For the complete documentation index, see llms.txt. This page is also available as Markdown.

DID Management

Create a DID for a Wallet

post

Create a DID for a Wallet.

Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Path parameters
walletIdstringRequired
Body
methodstringOptional
Responses
201

DID has been created

application/json
post/wallets/{walletId}/dids

Delete a DID from a Wallet

delete

Delete a DID from a Wallet.

Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Path parameters
walletIdstringRequired
idstringRequired
Responses
204

DID has been successfully deleted

No content

delete/wallets/{walletId}/dids/{id}

No content

Last updated