---
title: "Home Product"
method: GET
path: "/api/v1/project/product/home"
tags: ["Product"]
---

# Home Product

`GET /api/v1/project/product/home`

## Response `200`

OK

- WinclResponseDataListHomeProduct
  - `code` string
  - `data` HomeProduct[]
    - `cd_nation` string — 프로젝트 생성국가
    - `id_prod` string — 프로덕트 아이디
    - `id_proj` integer — 프로젝트 아이디
    - `img_background_prod` string — 프로덕트 배경 이미지 url
    - `img_mobile_background_prod` string — 프로덕트 모바일 배경 이미지 url
    - `img_thumbnail_prod` string — 프로덕트 썸네일 이미지 url
    - `nm_prod` string — 상품 이름
    - `nm_proj` string — 프로젝트 이름
    - `nm_proj_dev` string — 프로젝트 개발자 이름
    - `order` string — 프로덕트 순서
  - `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/revisions/662edcbbf2b3/schema)
