List current donation perks and obtain the stable IDs accepted by the event
stream's perkIds filter. This is the mutable catalog; historical donations
carry their own frozen perk and perks snapshots.
API Key API key used for authentication
In: header
application/json
application/json
curl -X GET "https://example.com/perk/list"{ "label": "Choose a perk", "combinationMode": "SINGLE", "compatiblePairs": [], "perks": [ { "id": "00000000-0000-4000-8000-000000000001", "title": "Shoutout", "amount": 1500, "currency": "USD", "isActive": true, "archivedAt": null, "sortOrder": 0, "maxQuantity": 1, "createdAt": "2026-08-31T13:56:56.304Z", "updatedAt": "2026-08-31T13:56:56.304Z" } ]}{ "error": "string", "code": "string", "details": null}