Skip to main content
GET
/
cubelify
/
{player}
/
client
Get Cubelify Client Information
curl --request GET \
  --url https://api.example.com/cubelify/{player}/client
{
  "clients": [
    {
      "client": "<string>",
      "clientId": "<string>",
      "data": {
        "online": true,
        "status": "<string>"
      }
    }
  ]
}

Path Parameters

player
string
required

The UUID of the player to retrieve client information for

Response

Successfully retrieved client information

clients
object[]