3335603aa636

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-31424367.3 KB
Issuer OID4VCI API

Collect credential associated with the bearer token with the requested credential properties.

Issues a credential for a given bearer token and credential request. Supports API versioning via SWIYU-API-Version header. Returns the issued credential in JSON or JWT format.

post/oid4vci/api/credential

Headers

Authorizationstring required

Bearer token for authentication. Format: 'Bearer ...

DPoPstring

Request body

credential_configuration_idstring required

String that uniquely identifies one of the keys in the name/value pairs stored in the credential_configurations_supported Credential Issuer metadata. Only used if a credential_identifiers parameter was not returned from the Token Response as part of the authorization_details parameter. It MUST NOT be used otherwise.

Example request

{
  "credential_configuration_id": "university_example_sd_jwt"
}

Response

Credential issued successfully.