v16

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-04-0886158866.0 KB
Verifiable Credential Issuer

Parse Deferred Credential

Parse a deferred verifiable credential

post/api/{serviceId}/vci/deferred/parse

Path parameters

serviceIdstring required

A service ID.

Request body

accessTokenstring

The access token that came along with the deferred credential request.

requestContentstring

The message body of the deferred credential request.

Response

resultCodestring

The code which represents the result of the API call.

resultMessagestring

A short message which explains the result of the API call.

action'OK' | 'BAD_REQUEST' | 'UNAUTHORIZED' | 'FORBIDDEN' | 'INTERNAL_SERVER_ERROR'

The next action that the deferred credential endpoint should take.

responseContentstring

The content of the response to the request sender.