rozod
    Preparing search index...

    Variable getSponsoredGamesUniversesConst Api Param

    getSponsoredGamesUniverses: EndpointGeneric<
        { groupId?: number },
        { universes: { id: number; name: string }[] },
        undefined,
    > = ...

    GET https://adconfiguration.roblox.com/v2/sponsored-games/universes Gets a list of universes for the authenticated user, or the given group, ordered by most recently created sponsored game ads. groupId The group id, if applicable.