Read organisation identifier
GET/v2/config/digital-wallet/openid/organisation-identifier
This endpoint is used for reading organisation identifier.
Responses
- 200
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": [
{}
]
}
]
}
}
Loading...