umami-api-js
    Preparing search index...

    Function getTeamWebsites

    • Get all websites that belong to a team: https://umami.is/docs/api/teams-api#get-apiteamsteamidwebsites (TODO UNTESTED)

      Parameters

      Returns Promise<
          (
              GenericObject & {
                  createdBy: string;
                  createUser: { id: string; username: string };
                  domain: string;
                  name: string;
                  resetAt: Date | null;
                  shareId: string;
                  teamId: string | null;
                  userId: string | null;
              }
          )[],
      >