Read organisation identifier
GET/v2/config/digital-wallet/openid/organisation-identifier
Retrieves the organization's cryptographic identifiers and JWK key sets used for OID4VCI credential signing and OpenID4VP presentation verification.
Responses
- 200
- 401
- 500
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
igrantioVault object
organisationIdentifier object[]
id string
jwks object[]
hashicorpVault object
organisationIdentifier object[]
id string
jwks object[]
qtsp object
organisationIdentifier object[]
id string
jwks object[]
{
"igrantioVault": {
"organisationIdentifier": [
{
"id": "string",
"jwks": [
{}
]
}
]
},
"hashicorpVault": {
"organisationIdentifier": [
{
"id": "string",
"jwks": [
{}
]
}
]
},
"qtsp": {
"organisationIdentifier": [
{
"id": "string",
"jwks": [
{}
]
}
]
}
}
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...