Create an OpenID4VC issuance session by creating a credential offer
Headers
Optional header to set the context to a specific tenant. Only needed when the --multi-tenant feature is enabled. Default value is 'default'
Request body
Example request
{
"publicIssuerId": "a868257d-7149-4d4d-a52c-78f3197ee538",
"preAuthorizedCodeFlowConfig": {
"userPinRequired": false
},
"credentials": [
{
"credentialSupportedId": "ExampleCredentialSdJwtVc",
"format": "vc+sd-jwt",
"issuer": {
"method": "did",
"didUrl": "did:key:z6MkgViwfstCL1L9i8tgsdAYEu5A62W5mA9DcmSygVVVLFuU#z6MkgViwfstCL1L9i8tgsdAYEu5A62W5mA9DcmSygVVVLFuU"
},
"payload": {
"first_name": "John",
"last_name": "Doe",
"age": {
"over_18": true,
"over_21": true,
"over_65": false
}
},
"disclosureFrame": {
"first_name": false,
"last_name": false,
"age": {
"over_18": true,
"over_21": true,
"over_65": true
}
}
}
]
}Response
Ok
Changes
Changed in 3 of the 3 revisions of this API.13
- ○
the endpoint scheme security
tenantswas removed from the APIapi-security-removed
- ○
added the new optional
headerrequest parameterx-tenant-idnew-optional-request-parameter
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 145 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲