Rewardly Docs

Introduction

What Rewardly is and how the pieces fit together.

Rewardly lets you send gift card rewards to anyone with an email address. You fund a wallet, call one endpoint to send a reward, and your recipient gets a branded email with a link where they redeem their gift cards.

Two ways to reward

  • Fixed rewards — you pick the exact brand and amount (say, a $25 Amazon card). The card is issued the moment you send.
  • Choice rewards — you pick a value (say, $50) and the recipient chooses any mix of gift cards adding up to it. They can redeem part now and come back later.

How you integrate

Everything the Rewardly dashboard does is available over the REST API, so you can embed rewards in your own product end to end:

  1. Create an API key in the dashboard under Developers.
  2. Fund your wallet — via the dashboard or POST /v1/topups.
  3. Send rewards with POST /v1/rewards (or in bulk).
  4. Track progress with webhooks or by polling reward status.

Ready? Start with the Quickstart.

On this page