Credentials
Get an issued credential
Fetch one issued credential management record. Use this to check lifecycle status, issuer, validity timestamps, holder confirmation key, and source session information.
get/v1/credentials/{uuid}
Path parameters
uuidstring required
UUID of the issued credential to fetch.
Response
Issued credential management record.
Example response
{
"uuid": "6585d444-c19b-40e8-a64a-3e24a838214c",
"vct": "AirlineLoyalty",
"iss": "http://localhost:8011/v1/issuers/docs-capture-6clew6",
"status": "issued",
"status_idx": 34,
"issued_at": "2026-07-02T23:33:33.487031Z",
"expires_at": "2027-07-02T23:33:33.486639Z",
"holder_cnf": {
"crv": "P-256",
"kty": "EC",
"x": "Y9feBRecVo4n0vrl8iFCTuaC9y3XMEZd3pxaE-yMdW4",
"y": "YP8zky5B1mzZO2zHX2aSAemQKh4Tx6WMVclUj1W7S2Q"
}
}