Skip to main content

Create credential offer

POST 

/v2/config/digital-wallet/openid/sdjwt/credential-offer

This endpoint is used for holder to create credential offer.

Request

Body

    credentialIssuer stringrequired

    The credential issuer url from which the credential to be requested

    version string

    Possible values: [draft_11, draft_13]

    Specifies the version of oid4vci draft specification

    credentials string[]

    The object contains the data related to a certain credential type the Wallet MAY request

    credentialConfigurationIds object[]

    Array of unique strings that each identify one of the keys in the name/value pairs stored in the credential_configurations_supported Credential Issuer metadata

Responses

Response Headers
    Schema
      credentialOffer string

      Defines the credential offer with the Credential Offer parameters

    Loading...