Retrieve DID services
GET/api/management/did/services
Retrieves the currently registered DID services for this wallet
Request
Responses
- 200
- 403
- application/json
- Schema
- Example (from schema)
Schema
Array [
- MOD1
- MOD2
Array [
]
]
idstringrequired
typestringrequired
serviceEndpoint
object
required
oneOf
string
string
[
{
"id": "string",
"type": "string",
"serviceEndpoint": "string"
}
]
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
namestringrequired
statusstringrequired
codenumberrequired
messageobject
errorstring
{
"name": "string",
"status": "string",
"code": 0,
"message": {},
"error": "string"
}