List your game servers

GET
/game-servers

Every game server your organisation owns that the key's creator is permitted to see. Servers are filtered individually by policy, so a key may legitimately receive fewer servers than the organisation owns.

Authorization

orgApiKey game-servers.read
AuthorizationBearer <token>

An organisation API key, prefixed tbk_. Create one under Organisation to API keys; the plaintext is shown once.

The scopes listed on each operation are the abilities the key must carry. They are not OAuth scopes and are not negotiated per request.

In: header

Scope: game-servers.read

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/game-servers"
{  "data": [    {      "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",      "identifier": "string",      "name": "string",      "service_id": 0,      "provisioned": true,      "limits": {        "memory": 0,        "cpu": 0,        "disk": 0      }    }  ]}