---
title: "Gets feature flags for a customized matchmaking for a given universe."
method: GET
path: "/matchmaking-api/v1/matchmaking/universe/{universeId}/feature-flags"
tags: ["Matchmaking"]
---

# Gets feature flags for a customized matchmaking for a given universe.

`GET /matchmaking-api/v1/matchmaking/universe/{universeId}/feature-flags`

## Path parameters

- `universeId` integer, required

## Response `200`

Success

- GetMatchmakingCustomizationFeatureFlagsResponse — Response to get matchmaking customization feature flags.
  - `featureFlags` MatchmakingCustomizationFeatureFlags — Matchmaking object for universe feature flags controlling matchmaking customization.
    - `isMatchmakingCustomizationAllowed` boolean — If matchmaking customization is allowed for this universe
    - `isMatchmakingCustomizationExperimentsAllowed` boolean — If matchmaking customization experiments are allowed for this universe
    - `isMatchmakingTextChatSignalEnabled` boolean — Whether text chat signal is enabled for Custom Matchmaking.

---

[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/9e4acc812347/schema)
