---
title: "Get settings for an owned universe's VIP servers."
method: GET
path: "/v1/universes/{universeId}/configuration/vip-servers"
tags: ["Private servers"]
---

# Get settings for an owned universe's VIP servers.

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

## Path parameters

- `universeId` integer, required

## Response `200`

OK

- RobloxApiDevelopModelsPrivateServerDetailsResponse — Model for private server details responses from the UniverseSettings controller.
  - `isEnabled` boolean — Whether or not VIP servers are enabled on this universe.
  - `price` integer — The price of the VIP server.
  - `activeServersCount` integer — The number of active VIP servers for this universe. A negative value indicates at least this many exist (i.e. -100 means 100+ active private servers).
  - `activeSubscriptionsCount` integer — The number of active VIP server subscriptions. A negative value indicates at least this many exist (i.e. -100 means 100+ active subscriptions).

## Other responses

- `400` — 1: The universe does not exist.
- `401` — 0: Authorization has been denied for this request.
- `403` — 2: You are not authorized to configure this universe.

## Changes

- **2026-08-25** `15343b76e5a1` — 1 info
  - api tag `Universes` removed

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v1/universes/:universeId/configuration/vip-servers/get.md)

---

[API](https://skmtc.dev/roblox/apis/roblox-api.md) · [All operations](https://skmtc.dev/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc.dev/roblox/apis/roblox-api/revisions/7c6787738100?raw)
