Customer
Retrieves the current customer from the passed Customer token.
Authorizations
Responses
200
OK
application/json
default
Error response
application/json
get
GET /v1/store/customer HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"profile": {
"id": "text",
"platform": "steam",
"name": "text",
"avatar_url": "text"
},
"steam_id": "76561198045784099",
"steam": {
"id": "76561198045784099",
"name": "text",
"avatar_url": "text"
},
"minecraft_uuid": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"minecraft": {
"id": "f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2",
"name": "notch",
"avatar_url": "text"
},
"xbox_xuid": "text",
"minecraft_platform": "unknown",
"name": "m0uka",
"created_at": "2025-08-01T19:22:58.385Z",
"updated_at": "2025-08-01T19:22:58.385Z",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
Authorizations
Path parameters
codestringRequired
Responses
200
OK
application/json
default
Error response
application/json
get
GET /v1/store/customer/giftcards/lookup/{code} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"code": "text",
"balance": 1,
"starting_balance": 1,
"expires_at": "2025-08-01T19:22:58.385Z"
}
Was this helpful?