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

Deferred credential endpoint

Last updated on
POST 

/conformance/v3/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, jwt_vc_json]

    JSON string denoting the credential format. It MUST be "jwt_vc" or "jwt_vc_json".

    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...