---
title: "상쇄인증서 VC 문서 조회"
method: GET
path: "/api/v2/certificatebox/item/{id}/vc"
tags: ["CertificateBox"]
---

# 상쇄인증서 VC 문서 조회

`GET /api/v2/certificatebox/item/{id}/vc`

운영 DID로 서명된 상쇄인증서 VC를 반환합니다.

## Path parameters

- `id` integer, required

## Query parameters

- `refresh` boolean

## Response `200`

OK

- WinclResponseDataCertificateVcResponse
  - `code` string
  - `data` CertificateVcResponse
    - `credentialCid` string
    - `credentialId` string
    - `credentialUrl` string
    - `document` CarbonOffsetCertificateDocument
      - `@context` string[]
      - `credentialSubject` CarbonOffsetCertificateSubject[]
        - `certificateAgencyName` string
        - `certificateSerial` string
        - `correspondenceAdjustmentRatio` number
        - `currency` string
        - `id` string
        - `lastOffsetTimestamp` integer
        - `nationCode` string
        - `nationEnglishName` string
        - `nationKoreanName` string
        - `offsetAmount` number
        - `offsetEvents` OffsetEventMeta[]
          - `amount` number
          - `creditId` string
          - `offsetTimestamp` integer
          - `status` string
          - `transactionId` string
        - `productName` string
        - `projectDeveloperName` string
        - `projectEffects` string[]
        - `projectId` integer
        - `projectName` string
        - `projectTopicId` string
        - `projectType` string
        - `userId` string
        - `userNickname` string
      - `id` string
      - `issuanceDate` string
      - `issuer` string
      - `proof` Proof
        - `created` string
        - `jws` string
        - `proofPurpose` string
        - `type` string
        - `verificationMethod` string
      - `type` string[]
    - `issuedAt` string, date-time
    - `newlyIssued` boolean
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/wincl/apis/wincl-api.md) · [All operations](https://skmtc.net/wincl/apis/wincl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wincl/wincl-api/versions/662edcbbf2b3/schema)
