curl --request GET \
--url https://api.sprucecollective.co.uk/payments \
--header 'Authorization: <api-key>'{}Get all payments in the system (admin only)
curl --request GET \
--url https://api.sprucecollective.co.uk/payments \
--header 'Authorization: <api-key>'{}Type "Bearer" followed by a space and JWT token.
Page number (default: 1)
Items per page (default: 20, max: 100)
Filter by status
Filter by gateway
Filter by user ID
Filter by raffle_id from payment metadata
Filter by item_id from payment metadata
Start date (YYYY-MM-DD)
End date (YYYY-MM-DD)
Last X days
OK
The response is of type object.