Register DID
GET/v2/config/digital-wallet/openid/trust-anchor/register-did
Registers the organization's DID in the EBSI DID Registry, enabling identity resolution within the EBSI trust chain.
Responses
- 200
- 401
- 500
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
isOnboardingDidToDidRegistryInProcess boolean
isDidInRegistry boolean
{
"isOnboardingDidToDidRegistryInProcess": true,
"isDidInRegistry": true
}
Unauthorized
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Internal server error
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Loading...