Read organisation identifier
GET/digital-wallet/organisation-identifier
This endpoint allows the admin to read public did for the organisation.
Responses
- 200
- 400
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
result object
did string
Decentralised Identifier for the organisation
posture string
Possible values: [public
, posted
, wallet_only
]
Whether DID is current public DID, posted to ledger but not current public DID, or local to the wallet
verkey string
Public verification key
{
"result": {
"did": "WgWxqztrNooG92RXvxSTWv",
"posture": "wallet_only",
"verkey": "H3C2AVvLMv6gmMNam3uVAjZpfkcJCwDwnZn6z3wXmqPV"
}
}
bad input parameter
Response Headers
Loading...