You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
It would be great if through the server-side API we could check to see if a player has purchased a Reward for our games. This way it can be used for in-game rewards such as kickstarter bonuses (or even DLC).
with the user_id, download_key, email parameters available as with the other API calls.
Of course this would also require that we could see "Reward IDs" in our Dashboard perhaps. Maybe even one of the Fields can be one where we can assign the reward an ID?
The text was updated successfully, but these errors were encountered:
It would be great if through the server-side API we could check to see if a player has purchased a Reward for our games. This way it can be used for in-game rewards such as kickstarter bonuses (or even DLC).
I was thinking something along the lines of
GET https://itch.io/api/1/KEY/game/GAME_ID/REWARD_ID/download_keys
with the user_id, download_key, email parameters available as with the other API calls.
Of course this would also require that we could see "Reward IDs" in our Dashboard perhaps. Maybe even one of the Fields can be one where we can assign the reward an ID?
The text was updated successfully, but these errors were encountered: