---
title: "Parse Deferred Credential"
method: POST
path: "/api/{serviceId}/vci/deferred/parse"
tags: ["Verifiable Credential Issuer"]
---

# Parse Deferred Credential

`POST /api/{serviceId}/vci/deferred/parse`

Parse a deferred verifiable credential

## Path parameters

- `serviceId` string, required

## Request body

- VciDeferredParseRequest
  - `accessToken` string — The access token that came along with the deferred credential request.
  - `requestContent` string — The message body of the deferred credential request.

## Response `200`

- VciDeferredParseResponse
  - `resultCode` string — The code which represents the result of the API call.
  - `resultMessage` string — 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.
  - `responseContent` string — The content of the response to the request sender.
  - `info` CredentialRequestInfo
    - `identifier` string — The identifier of the credential offer.
    - `format` string — The value of the format parameter in the credential request.
    - `credentialConfigurationId` string — The identifier of the credential configuration referenced by the credential request.
    - `bindingKey` string — The binding key specified by the proof in the credential request.
    - `bindingKeys` string[] — The binding keys specified by the proofs in the credential request.
    - `details` string — The details about the credential request.

## Other responses

- `400`
- `401`
- `403`
- `429` — The request exceeded the request rate permitted for the endpoint.
- `500`

---

[API](https://skmtc.net/authlete/apis/authlete-api.md) · [All operations](https://skmtc.net/authlete/apis/authlete-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/authlete/authlete-api/revisions/7ad74ab64749/schema)
