Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
Admin(+1)

You can request the scope profile:me in your app manifest described on this page: https://itch.io/docs/itch/integrating/manifest-actions.html (see API key & scoping)

In your game you can make an http request to https://itch.io/api/1/jwt/me with the provided API key.

There’s a little tutorial on the link I gave above. Hope that helps

Thanks for your reply I will check all this.

(+2)

I believe that I have done what I need to do to get the user's API key available as a JWT for use with `profile:me` and am checking my environment and not finding the ITCHIO_API_KEY key.

Does anybody have/know of an example app that uses the API that I could look at to see a known working example?