---
title: "Get gift by id"
method: GET
path: "/v1/gifts/{giftId}"
tags: ["Gifts"]
---

# Get gift by id

`GET /v1/gifts/{giftId}`

## Path parameters

- `giftId` string, required

## Response `200`

Gift found

- GiftDto
  - `id` string, required — Gift ID
  - `name` string, required — Gift name
  - `prompt` string — Optional prompt describing the gift
  - `imageS3key` string, required — S3 key under STATIC prefix
  - `isExplicit` boolean, required — Whether the gift is explicit/NSFW
  - `price` number, required — Gift price in coins
  - `createdAt` string, date-time, required — Creation timestamp
  - `updatedAt` string, date-time, required — Update timestamp

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
