Skip to content

Use Account service to dispay list of credentials in Web-UI

Web UI should make a request to account service and account service returns a list of credentials

crefdentials/list endpoint returns json with schema {"credential_id1": "credential_id1_data_bytes", ..., "credential_idn": "credential_idn_data_bytes"}

Edited by Maksim Gorelik