Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Presentation preset resource.
{
"id": "didx:basic-identity-request",
"author": "didx",
"code": "basic-identity-request",
"templateName": "Basic Identity Request",
"templateDescription": "Standard request for basic identity information",
"templateCredentials": [
{
"format": "sd-jwt-vc",
"name": "Basic Identity Credential",
"description": "A credential containing basic identity information",
"type": "https://didx.co.za/vct/didx/basic-identity",
"attributes": {
"firstName": { "type": "string" },
"lastName": { "type": "string" }
}
},
{
"format": "mdoc",
"name": "Mobile Driving Licence",
"description": "ISO 18013-5 mDL credential",
"type": "org.iso.18013.5.1.mDL",
"trustedIssuers": [],
"attributes": {
"org.iso.18013.5.1": {
"properties": {
"given_name": { "intentToRetain": false },
"family_name": { "intentToRetain": false }
}
}
}
}
],
"verifierConfig": { "signer": "did:web" },
"createdAt": "2025-02-20T11:27:37.051Z",
"updatedAt": "2025-02-20T11:27:37.051Z"
}