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

# 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.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/958b2b40425d/schema)
