---
title: "Get Design"
method: GET
path: "/design/{design_id}"
tags: ["Design"]
---

# Get Design

`GET /design/{design_id}`

Returns detailed information about the Design. The `id` of the Design is placed in the parameters.

The `preview` field in the response will contain the HTML of the design.

## Path parameters

- `design_id` string, required

## Headers

- `api-version` string, required

## Response `200`

Successful response

- ApiResponse
  - `message` string, nullable
  - `hasError` boolean
  - `validationErrors` string[]
  - `data` unknown
  - `content` unknown

---

[API](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation.md) · [All operations](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sertifier/sertifier-credential-api-documentation/revisions/98c494325aae/schema)
