Returns a paginated list of purchases for the specified user. Purchases are ordered by purchase date (newest first). Supports cursor-based pagination and optional platform filtering.
Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.
The user identifier.
256Maximum number of purchases to return. Min 1, max 100.
1 <= x <= 100Cursor for pagination. Pass the id of the last purchase from the previous page to fetch the next page.
Filter purchases by platform. Can be repeated for multiple values (OR logic).