rozod
    Preparing search index...

    Variable getGroupsGroupidSocialLinksConst Api Param

    getGroupsGroupidSocialLinks: EndpointGeneric<
        { groupId: number },
        {
            data: {
                id: number;
                title: string;
                type:
                    | "Facebook"
                    | "Twitter"
                    | "YouTube"
                    | "Twitch"
                    | "GooglePlus"
                    | "Discord"
                    | "RobloxGroup"
                    | "Amazon"
                    | "Guilded";
                url: string;
            }[];
            socialLinksVerificationStatus: 0
            | 1
            | 2
            | 3;
        },
        undefined,
    > = ...

    GET https://groups.roblox.com/v1/groups/:groupId/social-links Get social link data associated with a group groupId The Id of the game