Admin dashboard simulator

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.

All forms send live requests to the API configured in the top-right API settings drawer. The admin endpoints typically require an isAdmin API key.

Sponsors

Configure the brands whose spend triggers points. In production this is what your Uptop operators would be doing.

All sponsors

GET /sponsors

Create sponsor

POST /sponsors

Rewards

Create the redeemable items fans see in your client app. Rewards are always live on create — there’s no draft/publish flow.

All rewards

GET /rewards

Create reward

POST /rewards

Auctions

Auctions price rewards in points. Open an auction to make a reward claimable; use pause / resume / cancel to manage it live.

All auctions

GET /auctions

Create auction

POST /auctions

Pause · Resume · Cancel

POST /auctions/{auctionId}/{action}

Points

Manually credit or debit a user’s balance — used by support to compensate fans or run promotional drops.

Check balance

GET /users/{userId}/points/balance

Adjust balance

POST /users/{userId}/points:adjust

Redemptions

Operational view of every redemption across the program. Use this to fulfill physical items or audit support tickets.

All redemptions

GET /redemptions