get https://api.partnerstack.com/api/v2/rewards
Returns a list of your rewards. The rewards are returned sorted by creation date by default, with the most recent rewards appearing first.
Pagination
A cursor for use in pagination.
starting_after
is an item key that defines your place in the list.For instance, if you make a list request and receive 100 items, then the last item with
"key":"rwrd_f4Jmxb7LmvhERZ"
, can be used in your subsequent call as the parameter value to fetch the next page of results:?starting_after=rwrd_f4Jmxb7LmvhERZ.
Click here for more info about pagination.