All sponsors
GET /sponsors
This page stands in for the real Uptop admin dashboard. The actions below — configuring sponsors, creating rewards, opening auctions, adjusting balances, browsing all redemptions — are not part of your client integration. They exist so you can pre-load test data on your local server and see what your Uptop operators are doing on the other side of the integration.
isAdmin API key.Configure the brands whose spend triggers points. In production this is what your Uptop operators would be doing.
GET /sponsors
POST /sponsors
Create the redeemable items fans see in your client app. Rewards are always live on create — there’s no draft/publish flow.
GET /rewards
POST /rewards
Auctions price rewards in points. Open an auction to make a reward claimable; use pause / resume / cancel to manage it live.
GET /auctions
POST /auctions
POST /auctions/{auctionId}/{action}
Manually credit or debit a user’s balance — used by support to compensate fans or run promotional drops.
GET /users/{userId}/points/balance
POST /users/{userId}/points:adjust
Operational view of every redemption across the program. Use this to fulfill physical items or audit support tickets.
GET /redemptions