You can only manage/update/control rewards that your ClientID created.
If you are trying to manage a reward created in the dashboard then you won’t be able to control it’s redemptions from the API as you don’t “own” that reward
Thats the bit you are missing
Only rewards created programmatically by the same
client_idcan be updated.
So you
- set the redirectURI in the console to
http://localhost:8000/ - updated the redurectURI in the code to
http://localhost:8000/ - visited
http://localhost:8000/in your browser,
And after auth you got a 404?
And your ran php -s in the directory that index.html is in?