Skip to main content
GET
/
open-api
/
v1.0
/
thank-yous
/
{thankYouId}
Get Thank You by id
curl --request GET \
  --url https://api.fourthwall.com/open-api/v1.0/thank-yous/{thankYouId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "ty_EdJvIXu3SEiXe_QkPavHSA",
  "mediaUrl": "https://fourthwall.com/thankyou/ty_EdJvIXu3SEiXe_QkPavHSA",
  "contribution": {
    "id": "don_Kpcjx4HIQ1e4bTIOjX9CsA",
    "shopId": "sh_c689d374-22ca-43d3-8d29-9ef0805cc4cb",
    "supporter": {
      "email": "supporter@fourthwall.com",
      "username": "Johnny123",
      "message": "Sample message"
    },
    "type": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.fourthwall.com/llms.txt

Use this file to discover all available pages before exploring further.

OAuth scope: thankyou_readAPI keys have full access to this endpoint.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

thankYouId
string
required

Response

OK

id
string
required
Example:

"ty_EdJvIXu3SEiXe_QkPavHSA"

mediaUrl
string
required
Example:

"https://fourthwall.com/thankyou/ty_EdJvIXu3SEiXe_QkPavHSA"

contribution
Donation · object
required