Fetch the donor-name exclusion list for a campaign.
Public endpoint — no auth required. The upstream returns { data: LeaderboardExclusion[] }; this fetcher flattens to the LeaderboardExclusion[] for consumer convenience.
{ data: LeaderboardExclusion[] }
LeaderboardExclusion[]
Error when leaderboardApiUrl is not configured, or when the response is non-2xx.
leaderboardApiUrl
Fetch the donor-name exclusion list for a campaign.
Public endpoint — no auth required. The upstream returns
{ data: LeaderboardExclusion[] }; this fetcher flattens to theLeaderboardExclusion[]for consumer convenience.