cURL
curl --request GET \ --url https://api.zebedee.io/v0/gamertag/user-id/{id} \ --header 'apikey: <apikey>'
{ "success": true, "data": { "gamertag": "speedrunner42" }, "message": "Fetched gamertag from uuid" }
Retrieve a user’s current gamertag from their permanent User ID
"0a59bf56-daa3-4888-8330-cbc02eba3a6e"
gamertag
Was this page helpful?