Onboard Root TAO
GET/v2/config/digital-wallet/openid/trust-anchor/onboard-root-tao
Initiates onboarding as a Root Trusted Accreditation Organisation (Root TAO) in the EBSI Trust Registry. The Root TAO is the top-level entity in the trust chain hierarchy.
Responses
- 200
- 401
- 500
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
isOnboardingAsRootTaoInProgress boolean
isOnboardedAsRootTao boolean
{
"isOnboardingAsRootTaoInProgress": true,
"isOnboardedAsRootTao": 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...