v16

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

Parse Batch Credentials

Parse multiple verifiable credentials in batch

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

Path parameters

serviceIdstring required

A service ID.

Request body

accessTokenstring

The access token that came along with the credential request.

requestContentstring

The message body of the batch credential request.

Response

Batch credential parsing completed successfully

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 batch credential endpoint should take.

responseContentstring

The content of the response to the request sender.