cURL
curl --request GET \ --url https://api.zebedee.io/v0/gamertag/user-id/{id} \ --header 'apikey: <apikey>'
{ "success": true, "data": { "gamertag": "foxp2" }, "message": "Fetched gamertag from uuid" }
Retrieve ZBD user ID from a Gamertag.
Was this page helpful?