Read age verification with eudi wallet extension
GET/v3/config/extension/age-verification
Read Age verification with eudi wallet extension
Responses
- 200
EUDI Wallet extension configuration
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
extensionStatus booleanrequired
Indicates whether the Age verification with EUDI Wallet extension is enabled
presentationDefinitionId uuid
Presentation Definition identifier
identityCredentials object[]required
List of supported identity credentials
enabled booleanrequired
Indicates whether the credential is enabled
id stringrequired
Credential identifier
name stringrequired
Human-readable credential name
{
"extensionStatus": true,
"presentationDefinitionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"identityCredentials": [
{
"enabled": true,
"id": "string",
"name": "string"
}
]
}
Loading...