---
title: "Create game pass"
method: POST
path: "/game-passes/v1/universes/{universeId}/game-passes"
tags: ["Game passes"]
---

# Create game pass

`POST /game-passes/v1/universes/{universeId}/game-passes`

Creates a new game pass with the provided configuration details.

## Path parameters

- `universeId` integer, required

## Response `200`

Success

- GamePassConfigV2 — Creator-facing representation of a game pass configuration.
  - `gamePassId` integer, required — The game pass ID.
  - `name` string, required — The name of the game pass.
  - `description` string, required — The description of the game pass.
  - `isForSale` boolean, required — Whether the game pass is currently on sale.
  - `iconAssetId` integer, required — The icon image (thumbnail) asset ID of the game pass.
  - `createdTimestamp` string, date-time, required — The timestamp when the game pass was created.
  - `updatedTimestamp` string, date-time, required — The timestamp when the game pass was last updated.
  - `priceInformation` GamePassesPriceInformationStruct, required — The pricing configuration information.
    - `defaultPriceInRobux` integer, nullable, required — The configured default price in Robux.
    - `enabledFeatures` GamePassesPricingFeature[], required — The enabled pricing features for the game pass.
  - `isManagedPricingEnabled` boolean, required — Whether managed pricing is enabled for the game pass.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[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/3fe4a685dcbc?raw)
