v2
latestOpenAPI 3.1.02026-07-26102336742.6 KBThank yous
Get contributions awaiting thank you
Rate limit: 100 requests / 10 seconds per shop. See Rate limiting.
Returns paginated list of orders, donations, and other contributions that can be thanked
get/open-api/v1.0/thank-you-contributions
Query parameters
pageinteger
sizeinteger
statestring[]
searchstring
minValuenumber double
containsMsgboolean
Response
OK
Example response
{
"results": [
{
"id": "kd_EdJvIXu3SEiXe_QkPavHSA",
"orderId": "00aa4abd-5778-4199-8161-0b49b2f212e5",
"supporter": {
"email": "supporter@fourthwall.com",
"fullName": "Johnny123"
},
"products": [
{
"title": "My t-shirt",
"thumbnailUrl": "https://fourthwall.com/image.png"
}
],
"message": "Sample message",
"total": {
"amount": 5,
"currency": "USD"
},
"createdAt": "2020-08-13T09:05:36.939Z"
}
]
}