DID Metadata

Add Metadata to your did web

post

Add Metadata to your did web

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstringOptional
alsoKnownAsstringOptional
controllerany ofOptional
stringOptional
or
string[] · min: 1Optional
proofany ofOptional
or
Other propertiesanyOptional
Responses
200

Successful response

application/json
Responseboolean
post
/did-metadata/create

Get DID Metadata

get

Get DID Metadata

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
200

Successful response

application/json
get
/did-metadata/{id}

Delete DID Metadata

delete

Delete DID Metadata

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
200

Successful response

application/json
Responseboolean
delete
/did-metadata/{id}

Get My DID Metadata

post

Get My DID Metadata

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful response

application/json
post
/profile/did-metadata

Update DID Metadata

post

Update DID Metadata

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
Responses
200

Successful response

application/json
Responseboolean
post
/did-metadata/update/{id}

Last updated

Was this helpful?