DIDs

Endpoints for managing Decentralized Identifiers (DIDs)

Create a new DID

post

This endpoint creates a new Decentralized Identifier (DID) using the provided API key.

Authorizations
x-api-keystringRequired
Responses
200

DID created successfully

application/json
post
/api/v1/create-did

Set a public DID

post

This endpoint sets a public Decentralized Identifier (DID) using the provided API key and DID.

Authorizations
x-api-keystringRequired
Query parameters
DIDstringRequired

The DID to be set as public.

Responses
200

DID set as public successfully

application/json
didobjectOptional

The public DID.

post
/api/v1/set-public-did

Create a new did:indy DID

post

This endpoint creates a new Decentralized Identifier (DID) using the provided API key.

Authorizations
x-api-keystringRequired
Responses
200

DID created successfully

application/json
didstringOptional

The created DID.

post
/api/v1/did/indy

Last updated

Was this helpful?