Rewards

Rewards belong to a program and carry a cost, a type and optional stock.

Endpoints

GET /rewards?program_id=

Rewards of a program with cost and stock.

Example

curl https://perfito.al/v1/rewards?program_id=4 \
  -H "Authorization: Bearer sk_test_…"