Onboard TAO
GET/v2/config/digital-wallet/openid/trust-anchor/onboard-tao
Initiates onboarding as a Trusted Accreditation Organisation (TAO) in the EBSI Trust Registry. A TAO can accredit Trusted Issuers within the trust chain.
Responses
- 200
- 401
- 500
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
isOnboardingAsTaoInProgress boolean
isOnboardedAsTao boolean
{
"isOnboardingAsTaoInProgress": true,
"isOnboardedAsTao": 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...