Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Testing ​https://itch.io/api/1/jwt/me outside the launcher?

A topic by Jeremy Jorgensen created May 31, 2017 Views: 681 Replies: 3
Viewing posts 1 to 4

Is there or it possible to generate a development or testing API Key for use with the https://itch.io/api/1/jwt/me API call?

If not, it would be rad if this was added. It would be super useful for checking fixes before pushing up a new build. Also for running your game from the UnityEditor, or whatever tool you are using.

--

Jeremy

(2 edits) (+2)

You can get/generate your API keys here https://itch.io/user/settings/...

And if you're using Unity I recommend the itchworks Unity Asset for working with the Itch API :D

Admin(+1)

JWT API requests can only be authenticated by JWT keys that our server generates. We only have one request in our API that lets you generate a JWT key. You can use an API key generated on https://itch.io/user/settings/... to create the JWT key.

Thank for the info.