cURL
curl --request GET \ --url https://app.stickyqr.com/api/rewards \ --header 'Authorization: Bearer <token>'
{ "hasMore": true, "currentPage": 1, "pageSize": 20, "noRewards": 123, "data": [ { "id": "<string>", "name": "<string>", "cost": 123, "index": 123 } ] }
Returns a list of all rewards
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Language support
"en"
The page number to retrieve.
"1"
The number of items per page.
"20"
Successful Response
Indicates whether more data pages are available
The current page number
The number of items returned per page
The number of rewards returned in the current page
Show child attributes
Reward's id
Reward's name
Cost of the reward
Index or position of the reward in the list