Verification Templates
Who can undertake this operation?
Create Verification Template
POST /verifier/templatescurl -X POST "$SVX_WALLET_BASE_URL/verifier/templates" \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"template": {
"name": "dcql_template",
"purpose": "identity verification",
"type": "dcql",
"dcql_query": {
"credentials": [
{
"id": "pid",
"format": "dc+sd-jwt",
"meta": { "vct_values": ["https://credentials.example.com/identity_credential"] },
"claims": [
{ "path": ["given_name"] },
{ "path": ["family_name"] },
{
"path": [
"address",
"street_address"
]
}
]
}
]
}
}
}'Remaining endpoints
Last updated