Classic APIs
ClassicDevelopApi
vipServerConfigurationForUniverse

vipServerConfigurationForUniverse

Gets the configuration for vip servers of a universe owned by the authenticated user.

Parameters

NameTypeDescription
universeIdIdentifierThe ID of the universe to get the vip servers configuration from.

Example

const { data: config } = await ClassicDevelopApi.vipServerConfigurationForUniverse({ universeId: 5638577595 }); 

Example Data

{
  isEnabled: false,
  price: null,
  activeServersCount: 0,
  activeSubscriptionsCount: 0,
} 

Endpoint

GET /v1/universes/{universeId}/configuration/vip-servers