Documentation
    Preparing search index...

    Function account

    • Returns the account information for the specified battle tag.

      Parameters

      • battleTag: string

        The battle tag of the account.

      Returns {
          _responseType?: AccountResponse;
          namespace?: BlizzardNamespaces;
          parameters?: Record<string, unknown>;
          path: string;
      }

      The account resource. See AccountResponse.

      • Optional Internal_responseType?: AccountResponse

        The response type of the resource

      • Optionalnamespace?: BlizzardNamespaces
      • Optionalparameters?: Record<string, unknown>
      • path: string