Hey Isaac, the API key & scoping section of the itch docs walk you through the whole process.
In a nutshell:
- You ask for API access by adding a line to a simple text file in your game
- An expiring key (tied to your game and the player) gets passed as an environment variable to your game
- You can send it to your servers, and do the `/me` request from there!