---
title: "Get all donations"
method: GET
path: "/open-api/v1.0/donations"
tags: ["Donations"]
---

# Get all donations

`GET /open-api/v1.0/donations`

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

Returns all donations with pagination

## Query parameters

- `page` integer
- `size` integer

## Response `200`

OK

- ComFourthwallOpenapiModelOpenApiPageResponseComFourthwallOpenapiModelDonationV1
  - `results` ComFourthwallOpenapiModelDonationV1[], required
    - `id` string, required
    - `shopId` string, required
    - `status` 'OPEN' | 'COMPLETED' | 'ABANDONED' | 'CANCELLED' | 'FAILED', required
    - `email` string, required
    - `username` string
    - `message` string
    - `amounts` ComFourthwallOpenapiModelDonationV1Amounts, required
      - `total` Money, required
        - `value` number, required
        - `currency` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `total` integer
  - `page` integer
  - `size` integer
  - `totalPages` integer

## Other responses

- `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)
