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
- text/plain
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.
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
Schema
Possible values: [jwt_vc
, jwt_vc_json
]
JSON string denoting the credential format. It MUST be "jwt_vc" or "jwt_vc_json".
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.
Invalid request error
- application/json
- Schema
Schema
The error code, if something went wrong.
Additional error information (if any).
Internal Error
- application/problem+json
- Schema
- Internal Server Error
Schema
Default value: about:blank
An absolute URI that identifies the problem type. When dereferenced, it SHOULD provide human-readable documentation for the problem type.
A short summary of the problem type.
Possible values: >= 400
and <= 600
The HTTP status code generated by the origin server for this occurrence of the problem.
A human readable explanation specific to this occurrence of the problem.
An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"title": "Internal Server Error",
"status": 500,
"detail": "The server encountered an internal error and was unable to complete your request"
}