Receive Verifiable Authorisation For Trust Chain credential
POST/v2/config/digital-wallet/openid/trust-anchor/vatc/receive
Receives a Verifiable Authorisation for Trust Chain credential from the EBSI Trust Registry, which establishes the organization's position within the trust chain hierarchy.
Request
- application/json
Body
verifiableAuthorisationForTrustChain string
Responses
- 200
- 401
- 500
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
isOnboardingAsRootTaoInProgress boolean
isOnboardedAsRootTao boolean
isVerifiableAuthorisationForTrustChainReceived boolean
{
"isOnboardingAsRootTaoInProgress": true,
"isOnboardedAsRootTao": true,
"isVerifiableAuthorisationForTrustChainReceived": 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...