Request DID Documents
GET/api/management/registry/didDocuments
Requests all DID Documents that could be retrieved at the Wallet this Control Plane is linked to.
Request
Responses
- 403
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
namestringrequired
statusstringrequired
codenumberrequired
messageobject
errorstring
{
"name": "string",
"status": "string",
"code": 0,
"message": {},
"error": "string"
}