Credentials
List credential schemas
List credential schemas for your tenant. Each schema defines a VCT (Verifiable Credential Type), credential format, attributes, revocability, status, and version lineage. Use this before you create templates or issue credentials.
get/v1/credential-schemas
Response
Array of credential schemas. Each array element contains these fields.
Example response
[
{
"attributes": [
{
"name": "given_name",
"sd": true
}
],
"created_at": "2026-07-02T23:51:57.328099Z",
"format": "sd_jwt_vc",
"name": "Loyalty Membership",
"revocable": true,
"status": "active",
"uuid": "5e41f295-5b7b-456a-989d-582373595319",
"vct": "AirlineLoyalty",
"version": "1.0"
}
]