v1
latestOpenAPI 3.1.02026-07-17283353.4 KBHTTPWalletJSON
Discovers certificates by identity key
post/discoverByIdentityKey
Request body
Example request
{
"identityKey": "03ed91c6e33a5ef6fc3d927b2d7064af0c78447cfc304c069715ea7bdd2e5c6ea8",
"limit": 10
}Response
The discovered certificates
Example response
{
"totalCertificates": 1,
"certificates": [
{
"type": "W/iqV/xaa8VH3s8cxttj8Q3rVaPGxd9JfWMfs9leGr8=",
"subject": "02d292971b665575c90e8183e20d7c528e2ec1734fcb9f69c7e65e5046596767f3",
"serialNumber": "6d4U5qznZnQmWJF3sEqKXsi5pB8sUhD0MWcadrxzKas=",
"certifier": "035836f24728af22bdeb3524c35b2e6c6126a45587dd11fcab826c054e170f97b8",
"revocationOutput": "e38a285d99d8a70448240255b5e92090bef87d7c5abab34a1263966fcde40621.3",
"signature": "30450221008a9e150a43dc22652f4b627d08cae1d...",
"fields": {
"firstName": "Michael",
"lastName": "Huntington",
"dob": "12/12/2001"
}
}
]
}