Receive Verifiable Authorisation To Onboard credential
POST/v2/config/digital-wallet/openid/trust-anchor/vao/receive
Receives a Verifiable Authorisation to Onboard credential from the EBSI Trust Registry, which grants permission to participate in the trust chain as a Root TAO.
Request
- application/json
Body
verifiableAuthorisationToOnboard string
Responses
- 200
- 401
- 500
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
isOnboardingAsRootTaoInProgress boolean
isOnboardedAsRootTao boolean
isVerifiableAuthorisationToOnboardReceived boolean
{
"isOnboardingAsRootTaoInProgress": true,
"isOnboardedAsRootTao": true,
"isVerifiableAuthorisationToOnboardReceived": 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...