Read Account Information Access extension (TS12)
GET/v3/config/extension/account-information-access
Read Account Information Access (TS12) extension
Responses
- 200
Read Account Information Access extension (TS12)
- application/json
- Schema
- Example (from schema)
Schema
extensionStatus booleanrequired
Indicates whether the extension is enabled
credential objectrequired
Account Information Access information (TS12)
presentationDefinitionId string
Presentation Definition Identifier of the Account Information Access credential
{
"extensionStatus": true,
"credential": {
"presentationDefinitionId": "string"
}
}
Loading...