Skip to main content
GET
/
v0
/
gamertag
/
user-id
/
{id}
Get Gamertag By ZBD 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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.zbdpay.com/llms.txt

Use this file to discover all available pages before exploring further.

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
{
  "success": true,
  "data": {
    "gamertag": "foxp2"
  },
  "message": "Fetched gamertag from uuid"
}