vipServerConfigurationForUniverse
Gets the configuration for vip servers of a universe owned by the authenticated user.
Parameters
Name | Type | Description |
---|---|---|
universeId | Identifier | The 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