v1
latestOpenAPI 3.0.02026-07-17647099.1 KBConnection
Get Connection
Returns a connection of the provided identity by connection id.
get/v2/identities/{identifier}/connections/{id}
Path parameters
identifierstring required
Issuer identifier
idstring required
UUID parameter, e.g: 8edd8112-c415-11ed-b036-debe37e1cbd6
Response
ok
Example response
{
"id": "7fff8112-c415-11ed-b036-debe37e1cbd6",
"userID": "did:polygonid:polygon:amoy:2qMZrfBsXuGFTwSqkqYki78zF3pe1vtXoqH4yRLsfs",
"issuerID": "did:polygonid:polygon:amoy:2qFpPHotk6oyaX1fcrpQFT4BMnmg8YszUwxYtaoGoe",
"createdAt": "2023-10-26T10:59:08Z",
"credentials": [
{
"proofTypes": [
"BJJSignature2021"
],
"schemaHash": "c9b2370371b7fa8b3dab2a5ba81b6838",
"encryptedVC": {
"context": "https://www.w3.org/2018/credentials/examples/v1",
"type": "KYCAgeCredential",
"expirationDate": "2023-10-26T10:59:08Z",
"issuanceDate": "2023-10-26T10:59:08Z"
}
}
]
}