---
title: "List advertisable universes"
method: GET
path: "/ads-management/v1/advertisable-universes"
tags: ["Advertising"]
---

# List advertisable universes

`GET /ads-management/v1/advertisable-universes`

Returns the universe IDs of every experience the billing account is eligible to advertise. The complete list is returned in a single response; this endpoint is not paginated. Use these IDs to set targetUniverseId when creating a campaign, and resolve experience names with the Open Cloud Universe API.

## Response `200`

OK

- InternalPublicV1ListAdvertisableUniversesResponse
  - `advertisableUniverses` InternalPublicV1AdvertisableUniverse[] — The complete set of experiences the caller can advertise. This endpoint is not paginated; the full list is returned in one response.
    - `universeId` string — The identifier of an experience the caller can advertise, as a decimal string. Resolve its name via the Open Cloud Universe API.

## Other responses

- `403` — Permission denied
- `429` — Rate limit exceeded
- `500` — Internal server error

---

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