rozod
    Preparing search index...

    Variable getThemesConsumertypeConsumeridConst Api Param

    getThemesConsumertypeConsumerid: EndpointGeneric<
        { consumerId: string; consumerType: 1 },
        { themeType: string },
        undefined,
    > = ...

    GET https://accountsettings.roblox.com/v1/themes/:consumerType/:consumerId returns the theme type for a specific consumer. consumerType The consumer type consumerId The consumer's theme configuration to get. If the consumerType is User always return the AuthenticatedUser's theme type.