Onboard TI
GET/v2/config/digital-wallet/openid/trust-anchor/onboard-ti
Initiates onboarding as a Trusted Issuer (TI) in the EBSI Trust Registry. A TI is authorized to issue Verifiable Credentials within the trust chain.
Responses
- 200
- 401
- 500
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
isOnboardingAsTiInProgress boolean
isOnboardedAsTi boolean
{
"isOnboardingAsTiInProgress": true,
"isOnboardedAsTi": 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...