Credential Templates
Prerequisites
Who can undertake this operation?
Create Credential Template
POST /issuer/templatescurl -X POST "$SVX_WALLET_BASE_URL/issuer/templates" \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"template": {
"name": "Email Credential Template",
"schema_id": "<credential_schema_id>",
"config": {
"vct": "com.meeco.credentials.email.v1"
},
"style": {
"text": "#FFFFFF",
"background": "#1E3A8A",
"logo": "<image_asset_id>"
}
}
}'Remaining endpoints
Last updated