> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-management/marketing/referral-program/referral-rewards/introduction.md ## Article Content: # About the Referral Rewards API The Referral Rewards API allows you to retrieve information about referral rewards on a site. With this API, you can access data about rewards given to customers who participate in a site's referral program. With the Referral Rewards API, you can: + [Retrieve](https://dev.wix.com/docs/rest/business-management/marketing/referral-program/referral-rewards/get-referral-reward.md) a specific referral reward. + [Query and filter](https://dev.wix.com/docs/rest/business-management/marketing/referral-program/referral-rewards/query-referral-rewards.md) referral rewards. Learn more about [adding and setting up a referral program](https://support.wix.com/en/article/wix-referral-program-adding-and-setting-up-your-referral-program) ## Before you begin It's important to note the following points before starting to code: - The Referral Rewards API requires a Business or higher plan for Wix Editor, or a Plus or higher plan for Wix Studio. - A site must have at least one of these apps installed: Wix Stores, Wix Bookings, Wix Events, Wix Pricing Plans, or Wix Restaurants Orders. ## Terminology - **Referral reward**: An incentive given to either the referring customer or the referred friend for participating in a referral program. - **Referring customer**: A site member who shares a referral URL with potential new customers. - **Referred friend**: A person who clicks on a referral URL shared by a referring customer. - **Reward type**: The type of reward, which can be a coupon or loyalty points. - **Owner type**: Indicates whether the reward belongs to the referring customer or the referred friend. @sdk_package_setup