Create a new OpenID4VCI Issuer
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
{
"credentialsSupported": [
{
"format": "vc+sd-jwt",
"id": "ExampleCredentialSdJwtVc",
"vct": "https://example.com/vct#ExampleCredential",
"cryptographic_binding_methods_supported": [
"did:key",
"did:jwk"
],
"cryptographic_suites_supported": [
"ES256",
"Ed25519"
],
"display": [
{
"name": "Example SD JWT Credential",
"description": "This is an example SD-JWT credential",
"background_color": "#ffffff",
"background_image": {
"url": "https://example.com/background.png",
"alt_text": "Example Credential Background"
},
"text_color": "#000000",
"locale": "en-US",
"logo": {
"url": "https://example.com/logo.png",
"alt_text": "Example Credential Logo"
}
}
]
},
{
"format": "jwt_vc_json",
"id": "ExampleCredentialJwtVc",
"types": [
"VerifiableCredential",
"ExampleCredential"
],
"cryptographic_binding_methods_supported": [
"did:key",
"did:jwk"
],
"cryptographic_suites_supported": [
"ES256",
"Ed25519"
],
"display": [
{
"name": "Example SD JWT Credential",
"description": "This is an example SD-JWT credential",
"background_color": "#ffffff",
"background_image": {
"url": "https://example.com/background.png",
"alt_text": "Example Credential Background"
},
"text_color": "#000000",
"locale": "en-US",
"logo": {
"url": "https://example.com/logo.png",
"alt_text": "Example Credential Logo"
}
}
]
}
],
"display": [
{
"background_color": "#ffffff",
"description": "This is an example issuer",
"name": "Example Issuer",
"locale": "en-US",
"logo": {
"alt_text": "Example Issuer Logo",
"url": "https://example.com/logo.png"
},
"text_color": "#000000"
}
]
}Response
Ok
Example response
{
"id": "821f9b26-ad04-4f56-89b6-e2ef9c72b36e"
}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
- ▲