GET
/
v0
/
gamertag
/
user-id
/
{id}
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"
}

Usage

This API endpoint is the reverse of the Get User ID for ZBD Gamertag endpoint. Use this endpoint to get a given user’s ZBD Gamertag.

If you’ve got a User ID and you wish to find out that user’s ZBD Gamertag, perhaps to then send that user payments, you may use this endpoint.

Configuration

Path Parameters

id
string
required

User ID

Header Parameters

apikey
string
required

ZBD Project API Key