cURL
curl --request GET \ --url https://api.fourthwall.com/open-api/v1.0/thank-yous/{thankYouId} \ --header 'Authorization: Bearer <token>'
200
Example
{ "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>" } }
Get Thank You details
thankyou_read
The access token received from the authorization server in the OAuth 2.0 flow.
OK
"ty_EdJvIXu3SEiXe_QkPavHSA"
"https://fourthwall.com/thankyou/ty_EdJvIXu3SEiXe_QkPavHSA"
Show child attributes