> ## Documentation Index
> Fetch the complete documentation index at: https://developers.appstle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List storefront widget label translations



## OpenAPI

````yaml /loyalty/admin-api-swagger.json get /api/external/widget-labels
openapi: 3.0.1
info:
  description: ''
  title: Admin APIs
  version: 0.0.1
servers:
  - url: https://loyalty-admin.appstle.com
security: []
tags:
  - description: >-
      Admin APIs for enrolling customers into the loyalty program, retrieving
      customer loyalty details, and updating profile information such as birth
      date.
    name: Customer Enrollment & Profile
  - description: >-
      Admin APIs for managing customer point balances, transaction history,
      point earning rules, top customers leaderboard, and approving pending
      transactions.
    name: Points & Earn Rules
  - description: >-
      Admin APIs for redeeming customer points, managing redemption rules, and
      validating or updating discount codes generated through loyalty
      redemptions.
    name: Redemptions & Discount Codes
  - description: >-
      Admin APIs for retrieving storefront widget label translations consumed by
      the loyalty widget on the merchant's storefront.
    name: Storefront Widgets & Labels
paths:
  /api/external/widget-labels:
    get:
      tags:
        - Storefront Widgets & Labels
      summary: List storefront widget label translations
      operationId: getWidgetLabels
      parameters:
        - in: header
          name: X-API-Key
          required: true
          schema:
            type: string
        - in: query
          name: locale
          required: false
          schema:
            type: string
      responses:
        '200':
          content:
            '*/*':
              schema:
                items:
                  $ref: '#/components/schemas/WidgetLabelDTO'
                type: array
          description: OK
      security:
        - X-API-Key: []
components:
  schemas:
    WidgetLabelDTO:
      properties:
        acquirePointsLabel:
          type: string
        acquirePointsLoggedOutText:
          type: string
        acquireStoreCreditLabel:
          type: string
        alreadyHaveAnAccountLabel:
          type: string
        approvedStatusLabel:
          type: string
        authenticationLabel:
          type: string
        availablePoints:
          type: string
        birthdayActionLabel:
          type: string
        birthdayDayPlaceholderLabel:
          type: string
        birthdayMonthPlaceholderLabel:
          type: string
        birthdayProfileLabel:
          type: string
        birthdayTitleLabel:
          type: string
        birthdayUpdatedToastLabel:
          type: string
        birthdayYearPlaceholderLabel:
          type: string
        cartWidgetAvailableBalanceLabel:
          type: string
        cartWidgetLoginLinkLabel:
          type: string
        cartWidgetLoginMessageLabel:
          type: string
        cartWidgetRewardsButtonLabel:
          type: string
        checkThankYouAcquiredPointsHeadingLabel:
          type: string
        checkoutAcquiredPointsLabel:
          type: string
        checkoutAvailableRewardsLabel:
          type: string
        checkoutDiscountCodeApplyButtonLabel:
          type: string
        checkoutEmptyRewardsLabel:
          type: string
        checkoutPendingPointsLabel:
          type: string
        checkoutRedeemLabel:
          type: string
        checkoutRedeemLoginDescription:
          type: string
        checkoutRedeemLoginLabel:
          type: string
        checkoutSelectRedeemRuleDropdownLabel:
          type: string
        checkoutToggleAvailableRewardsButtonLabel:
          type: string
        checkoutToggleRedeemButtonLabel:
          type: string
        checkoutTotalAcquirePoints:
          type: string
        checkoutTotalAcquirePointsDescription:
          type: string
        checkoutTotalStoreCreditAcquirePoints:
          type: string
        checkoutViewMoreDiscountCodeButtonLabel:
          type: string
        chooseAnOptionLabel:
          type: string
        claimGiftHeaderText:
          type: string
        claimReferralEmailFieldHintText:
          type: string
        claimReferralEmailFieldText:
          type: string
        claimReferralGiftButtonText:
          type: string
        claimReferralGiftDescriptionText:
          type: string
        claimRewardButtonLabel:
          type: string
        claimedStatusLabel:
          type: string
        createAccountLabel:
          type: string
        creditRewardDetailsHelpLabel:
          type: string
        currentVipTierBadgeLabel:
          type: string
        currentVipTierText:
          type: string
        customerHistoryDescriptionLabel:
          type: string
        customerHistoryLabel:
          type: string
        customerReferralClaimedStatus:
          type: string
        customerReferralPendingStatus:
          type: string
        customerReferralRecurringStatus:
          type: string
        dailyLimitExceedText:
          type: string
        default:
          type: boolean
        discountAppliedAtCheckoutMessage:
          type: string
        discountAppliedLabel:
          type: string
        discountCodeLabel:
          type: string
        dynamicPointsHelpText:
          type: string
        dynamicPointsLabel:
          type: string
        emailValidationLabel:
          type: string
        enrollLoyaltyProgramActionLabel:
          type: string
        enrollLoyaltyProgramDescription:
          type: string
        enrollLoyaltyProgramTitle:
          type: string
        enrolledSuccessMessage:
          type: string
        excludeCustomerLabel:
          type: string
        exploreLabel:
          type: string
        faq:
          type: string
        freeProductRewardAddToCart:
          type: string
        freeProductRewardAddedSuccessMessage:
          type: string
        historyActivityDetails:
          type: string
        historyDate:
          type: string
        historyPointsAdjustment:
          type: string
        historyStatus:
          type: string
        homeGreetings:
          type: string
        homeSignup:
          type: string
        howItWorksStep1Count:
          type: string
        howItWorksStep1Description:
          type: string
        howItWorksStep1Title:
          type: string
        howItWorksStep2Count:
          type: string
        howItWorksStep2Description:
          type: string
        howItWorksStep2Title:
          type: string
        howItWorksStep3Count:
          type: string
        howItWorksStep3Description:
          type: string
        howItWorksStep3Title:
          type: string
        howItWorksTitle:
          type: string
        howItWorksTitleDescription:
          type: string
        id:
          format: int64
          type: integer
        includeCustomerLabel:
          type: string
        isDefault:
          type: boolean
        labelsJson:
          type: string
        locale:
          type: string
        loyaltyOptOutActiveLabel:
          type: string
        loyaltyOptOutLabel:
          type: string
        loyaltyOptOutSettingsLabel:
          type: string
        loyaltyOptoutActive:
          type: string
        loyaltyOptoutInactive:
          type: string
        loyaltyPageHeroV2AuthenticatedHeading:
          type: string
        loyaltyPageHeroV2Heading:
          type: string
        loyaltyPageHeroV2SubHeading:
          type: string
        loyaltyPageMetaDescription:
          type: string
        loyaltyPageMetaTitle:
          type: string
        loyaltyStatusLabel:
          type: string
        manageLoyaltyButtonLabel:
          type: string
        membershipRewardTitleLabel:
          type: string
        minimumAmountSpentForRedeemText:
          type: string
        minimumOrderCountForRedeemText:
          type: string
        minimumPointsForRedeemText:
          type: string
        minimumRedeemRequiredPointsLabel:
          type: string
        noCustomerHistoryDescriptionLabel:
          type: string
        noCustomerHistoryLabel:
          type: string
        noEarnRulesLabel:
          type: string
        noRedeemRulesLabel:
          type: string
        noRefferralAvailableText:
          type: string
        notEligibleLabel:
          type: string
        noteHeadingLabel:
          type: string
        otherRulesRedirectActionLabel:
          type: string
        pendingStatusLabel:
          type: string
        perTransactionLimitExceedText:
          type: string
        pointExpirationDateLabel:
          type: string
        pointsBalanceLabel:
          type: string
        popupAvailableRewardsContentText:
          type: string
        popupAvailableRewardsHeadingText:
          type: string
        popupCardActionText:
          type: string
        popupCardContentText:
          type: string
        popupCardHeadingText:
          type: string
        popupCommunityContentText:
          type: string
        popupCommunityHeadingText:
          type: string
        popupCopiedDiscount:
          type: string
        popupCopyDiscount:
          type: string
        popupDiscountCodeGenerated:
          type: string
        popupEarnPointDescriptionText:
          type: string
        popupEarnRewardsHeadingText:
          type: string
        popupEarnTilesText:
          type: string
        popupFAQAskedQuestionHeadingText:
          type: string
        popupFAQHeadingText:
          type: string
        popupRedeemRewardsHeadingText:
          type: string
        popupRedeemTilesText:
          type: string
        popupReferralContentText:
          type: string
        popupReferralTitleText:
          type: string
        popupRemainingPointsHeadingText:
          type: string
        popupRewardPointContentText:
          type: string
        popupRewardPointTitleText:
          type: string
        popupRewardsDetailsHeadingText:
          type: string
        popupWelcomeText:
          type: string
        programUpdateMessage:
          type: string
        recurringStatusLabel:
          type: string
        redeemActionLabel:
          type: string
        redeemLimitExceedText:
          type: string
        referButtonLabel:
          type: string
        referYourFriendContentText:
          type: string
        referYourFriendTitleText:
          type: string
        referralCompletedText:
          type: string
        referralCustomerGetText:
          type: string
        referralFriendGetText:
          type: string
        referralLinkSentDescription:
          type: string
        referralLinkSentLabel:
          type: string
        referredByText:
          type: string
        referredEmailHeadingLabel:
          type: string
        rejectedStatusLabel:
          type: string
        reviewRuleRedirectActionLabel:
          type: string
        rewardDetailsButtonLabel:
          type: string
        rewardDetailsHelpLabel:
          type: string
        rewardDetailsTitleLabel:
          type: string
        rewardsDetailsExpireDate:
          type: string
        rewardsExpirationLabel:
          type: string
        sendEmailButtonText:
          type: string
        sendEmailHeadingText:
          type: string
        sendRefferralLink:
          type: string
        sentDiscountCodeToEmailText:
          type: string
        shareReferralEmailFieldText:
          type: string
        shareReferralLinkLabel:
          type: string
        shareSocialMediaLabel:
          type: string
        shop:
          type: string
        socialMediaActionLabel:
          type: string
        statusHeadingLabel:
          type: string
        storeCreditApplyGuideLabel:
          type: string
        storeCreditBalanceLabel:
          type: string
        storeOnSaleForRedeemText:
          type: string
        subscribeRuleRedirectActionLabel:
          type: string
        toastErrorMsg:
          type: string
        totalAcquiredPointsLabel:
          type: string
        totalAcquiredStoreCreditsLabel:
          type: string
        transactionHistoryPaginationLabel:
          type: string
        vipAchievableTierLabel:
          type: string
        vipCurrentTierLabel:
          type: string
        vipEarnPointLabel:
          type: string
        vipRewardLabel:
          type: string
        vipSpentAmountLabel:
          type: string
        vipStatusLabel:
          type: string
        vipTierBenefits:
          type: string
        vipTierDetailsText:
          type: string
        vipTierTitleLabel:
          type: string
        widgetCopiedLabel:
          type: string
        widgetDateTimeFormat:
          type: string
        widgetTitle:
          type: string
        yourReferralsHeadingLabel:
          type: string
      required:
        - locale
      type: object

````