---
title: "Get Thank You by id"
method: GET
path: "/open-api/v1.0/thank-yous/{thankYouId}"
tags: ["Thank yous"]
---

# Get Thank You by id

`GET /open-api/v1.0/thank-yous/{thankYouId}`

*Rate limit: 100 requests / 10 seconds per shop. See [Rate limiting](/guides/rate-limiting).*

Get Thank You details

## Path parameters

- `thankYouId` string, required

## Response `200`

OK

- ComFourthwallOpenapiModelThankYouV1
  - `id` string, required
  - `mediaUrl` string, required
  - `contribution` union, required
    - ComFourthwallOpenapiModelThankYouContributionDonation
      - `type` 'DONATION', required
      - `id` string, required
      - `shopId` string, required
      - `supporter` ComFourthwallOpenapiModelThankYouContributionSupporter, required
        - `email` string, required
        - `username` string
        - `message` string
    - ComFourthwallOpenapiModelThankYouContributionGiftPurchase
      - `type` 'GIFT_PURCHASE', required
      - `id` string, required
      - `shopId` string, required
      - `supporter` ComFourthwallOpenapiModelThankYouContributionSupporter, required
        - `email` string, required
        - `username` string
        - `message` string
    - ComFourthwallOpenapiModelThankYouContributionMembership
      - `type` 'MEMBERSHIP_PAYMENT_CHARGE', required
      - `id` string, required
      - `shopId` string, required
      - `supporter` ComFourthwallOpenapiModelThankYouContributionSupporter, required
        - `email` string, required
        - `username` string
        - `message` string
    - ComFourthwallOpenapiModelThankYouContributionOrder
      - `type` 'ORDER', required
      - `id` string, required
      - `shopId` string, required
      - `supporter` ComFourthwallOpenapiModelThankYouContributionSupporter, required
        - `email` string, required
        - `username` string
        - `message` string

## Other responses

- `404` — Possible errors: `KUDOS_CONTRIBUTION_DOES_NOT_EXIST`, `KUDOS_THANK_YOU_DOES_NOT_EXIST`
- `429` — Rate limited: 100 requests / 10 seconds per shop.

---

[API](https://skmtc.net/fourthwall/apis/fourthwall-apis-2.md) · [All operations](https://skmtc.net/fourthwall/apis/fourthwall-apis-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthwall/fourthwall-apis-2/revisions/ef273312f051/schema)
