---
title: "Get Certified Docs"
method: GET
path: "/api/v1/cert/CO/{id}/issue"
tags: ["ICE Digital Trade"]
---

# Get Certified Docs

`GET /api/v1/cert/CO/{id}/issue`

Once chamber approves the CO by providing an application id, the certified documents can be retrieved using this endpoint from the chamber.

## Path parameters

- `id` integer, required

## Response `200`

200 Response

- IssueResponse
  - `attachments` object[], required
    - `name` string — Attachment Properties
    - `url` string — Attachment URL to download
  - `certUrl` string, required — Approved certificate URL that is downloadable
  - `combinedAttachments` string, required — N/A
  - `id` string, required — N/A

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/tradecert2/apis/ice-digital-trade-api.md) · [All operations](https://skmtc.net/tradecert2/apis/ice-digital-trade-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradecert2/ice-digital-trade-api/versions/cb65e70bbe5f/schema)
