Skip to main content
European CommissionEBSI European Blockchain
Select the Environment you want to work withEnvironment:
warning icon

This API is being released as part of an upcoming version.

The upcoming version is not backward compatible with the current stable version. You can find the details of the upcoming release and affected endpoints in the change log. Please contact eu-ebsi@ec.europa.eu if this upcoming release might cause a high impact on either an ongoing development or a piloting demonstration.

Deferred credential endpoint

Last updated on
POST 

/conformance/v4/issuer-mock/credential_deferred

If the /credential endpoint returned an acceptance_token paramater, the client can call the /credential_deferred endpoint in order to receive the requested credential. The acceptance_token parameter MUST be sent as Access Token in the HTTP header.

Request

Body

Warning! Although the request sample shows a Content-Type: text/plain header, the actual request MUST NOT contain any Content-Type header, as the request body is empty.

    any

Responses

OK

Schema
    format stringrequired

    Possible values: [jwt_vc]

    JSON string denoting the credential format. It MUST be jwt_vc

    credential stringrequired

    The value of the credential claim in the Credential Response MUST be a JSON string. Credentials of this format are already a sequence of base64url-encoded values separated by period characters and MUST NOT be re-encoded.

Loading...