DID Ownership & Delegation
Create and manage DIDs for other subjects.
As a controller, register DID for a subject
Headers
Name
Type
Description
Request Body
Name
Type
Description
{ "name": "Cake's name", "recipe": "Cake's recipe name", "cake": "Binary cake"}{ "message": "Ain't no cake like that."}{
"catalogid":"2",
"short_name":"Alice",
"public_key":"5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY",
"properties": [
{
"name": "Name",
"private": true,
"type": "String",
"value": "Atanu Roy"
}
]
}List all DIDs for which the caller is the controller
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Was this helpful?