# Referly ## Docs - [Affiliates and referral links](https://referly.so/docs/api-reference/affiliate-links.md): Use the affiliateLinks array as the source of truth for an affiliate's referral links. The legacy link property is deprecated. - [Create an Affiliate](https://referly.so/docs/api-reference/affiliates/create.md): Creates a new affiliate on your Affiliate Program. The response includes an `affiliateLinks` array (initially containing the link created from `affiliateLink`, or an auto-generated slug). - [Delete Affiliates](https://referly.so/docs/api-reference/affiliates/delete.md): Deletes an Affiliate based on the ID provided - [Get Affiliate(s)](https://referly.so/docs/api-reference/affiliates/get.md): Returns an affiliate by ID or email, or all affiliates for the program. Affiliate objects include an `affiliateLinks` array with every link slug for that affiliate. The legacy `link` field on the affiliate is deprecated and is usually null—use `affiliateLinks` instead. - [Update Affiliate](https://referly.so/docs/api-reference/affiliates/update.md): Updates an Affiliate based on their ID - [Authentication](https://referly.so/docs/api-reference/authentication.md): Generate an API key from your dashboard and authorize your Referly API requests with a Bearer token. - [Coupons and promotional codes](https://referly.so/docs/api-reference/coupons-and-promotional-codes.md): How coupons define a discount and promotional codes expose it to customers, and how the two work together in the Referly API. - [Create a Coupon](https://referly.so/docs/api-reference/coupons/create.md): Creates a new coupon definition that can be used to generate promotional codes. Coupons define the discount structure. - [Delete a Coupon](https://referly.so/docs/api-reference/coupons/delete.md): Deletes a coupon and all associated promotional codes. This action is permanent. - [Get Coupons](https://referly.so/docs/api-reference/coupons/get.md): Returns coupons based on the affiliate program. Coupons define the discount structure (amount, type, duration) that promotional codes will use. - [Update a Coupon](https://referly.so/docs/api-reference/coupons/update.md): Updates an existing coupon. Changes will affect all promotional codes using this coupon. - [Referly API Reference](https://referly.so/docs/api-reference/introduction.md): The Referly REST API lets you read and write affiliates, referrals, sales, links, coupons, and promotional codes, and attribute commissions from your own systems. - [Create an Affiliate Link](https://referly.so/docs/api-reference/links/create.md): Creates a new affiliate link for the specified affiliate. Note: an Affiliate is required to create an Affiliate Link. - [Delete Affiliate Link](https://referly.so/docs/api-reference/links/delete.md): Deletes an affiliate link based on the ID or link string provided - [Get Affiliate Link(s)](https://referly.so/docs/api-reference/links/get.md): Returns a list of affiliate links based on the affiliate program, filtered by optional link ID, link string, affiliate ID, or affiliate email - [Update Affiliate Link](https://referly.so/docs/api-reference/links/update.md): Updates an affiliate link based on their ID or link string - [Create a Promotional Code](https://referly.so/docs/api-reference/promotional-codes/create.md): Creates a new promotional code linked to a coupon. Supports both manual codes and auto-generated codes based on structure. - [Delete a Promotional Code](https://referly.so/docs/api-reference/promotional-codes/delete.md): Deletes a promotional code. This action is permanent. - [Get Promotional Codes](https://referly.so/docs/api-reference/promotional-codes/get.md): Returns promotional codes based on the affiliate program. Promotional codes are the actual discount codes customers use at checkout. - [Update a Promotional Code](https://referly.so/docs/api-reference/promotional-codes/update.md): Updates an existing promotional code's properties like activation status, expiration, and limits. - [Create a Referral](https://referly.so/docs/api-reference/referrals/create.md): Creates a new referral under the specified affiliate program. You must provide either an affiliateId, affiliateEmail, or promoCode to identify the affiliate. When using a promo code, it will be validated for expiration, redemption limits, and active status. - [Delete Referrals](https://referly.so/docs/api-reference/referrals/delete.md): Deletes a referral based on the ID provided - [Get Referral(s)](https://referly.so/docs/api-reference/referrals/get.md): Returns a list of referrals based on the affiliate program, filtered by optional referral ID, affiliate ID, affiliate email, or external ID - [Update Referral](https://referly.so/docs/api-reference/referrals/update.md): Updates a referral based on their ID - [Create a Sale](https://referly.so/docs/api-reference/sales/create.md): Creates a new sale under the specified affiliate program. You must provide either a referralId, email, or promoCode to identify the affiliate and referral. When using a promo code, it will be validated for expiration, redemption limits, and active status. - [Delete Sale](https://referly.so/docs/api-reference/sales/delete.md): Deletes a sale based on the ID provided - [Get Sale(s)](https://referly.so/docs/api-reference/sales/get.md): Returns a list of sales based on the affiliate program, filtered by optional sale ID, affiliate ID, affiliate email, referral ID, or external ID - [Refund Sale](https://referly.so/docs/api-reference/sales/refund.md): Marks an existing sale as refunded when it is still eligible to be refunded. If the sale has already been refunded, the endpoint still returns a successful response indicating that state. - [Update Sale](https://referly.so/docs/api-reference/sales/update.md): Updates a sale based on their ID - [Zapier OAuth Integration](https://referly.so/docs/api-reference/zapier/oauth.md): Complete guide to integrating with Referly via Zapier using OAuth 2.0 authentication flow - [Referly Developer Documentation](https://referly.so/docs/developer-documentation.md): Install affiliate tracking, report conversions from your server, receive webhooks, and integrate Referly with your stack. - [Authentication](https://referly.so/docs/developer-documentation/api/authentication.md): Create a key and authorise your requests. - [Errors](https://referly.so/docs/developer-documentation/api/errors.md): Error responses and what they mean. - [Rate limits](https://referly.so/docs/developer-documentation/api/rate-limits.md): Request limits and the headers that report them. - [Core concepts](https://referly.so/docs/developer-documentation/getting-started/core-concepts.md): Programs, affiliates, clicks, referrals, sales, commissions, and payouts. - [Glossary](https://referly.so/docs/developer-documentation/getting-started/glossary.md): The terms Referly uses and what they mean. - [Introduction](https://referly.so/docs/developer-documentation/getting-started/introduction.md): What you can build with Referly. - [Quickstart](https://referly.so/docs/developer-documentation/getting-started/quickstart.md): Install tracking and record your first sale. - [Make](https://referly.so/docs/developer-documentation/integrations/make.md): Authenticate and build scenarios. - [Integrations overview](https://referly.so/docs/developer-documentation/integrations/overview.md): How Referly connects to other platforms. - [Payment provider webhooks](https://referly.so/docs/developer-documentation/integrations/payment-provider-webhooks.md): How Referly ingests events from payment platforms. - [Postback URLs](https://referly.so/docs/developer-documentation/integrations/postback-url.md): Forward conversions to an affiliate's own systems. - [Shopify app](https://referly.so/docs/developer-documentation/integrations/shopify-app.md): How the Shopify app tracks orders. - [Stripe app](https://referly.so/docs/developer-documentation/integrations/stripe-app.md): How the Referly Stripe app connects and what it reads. - [Universal integration](https://referly.so/docs/developer-documentation/integrations/universal.md): Connect a platform Referly doesn't support directly. - [WooCommerce plugin](https://referly.so/docs/developer-documentation/integrations/woocommerce.md): How the WordPress plugin reports sales. - [Zapier](https://referly.so/docs/developer-documentation/integrations/zapier.md): Authenticate and trigger Zaps. - [Data model](https://referly.so/docs/developer-documentation/reference/data-model.md): The core objects and how they relate. - [Statuses and enums](https://referly.so/docs/developer-documentation/reference/statuses-and-enums.md): Every status value an object can hold. - [Tracking parameters](https://referly.so/docs/developer-documentation/reference/tracking-parameters.md): The URL parameters Referly recognises. - [Capture endpoints](https://referly.so/docs/developer-documentation/server-side/capture-endpoints.md): The public endpoints the tracking script calls. - [Idempotency](https://referly.so/docs/developer-documentation/server-side/idempotency.md): Retry safely without creating duplicate sales. - [Server-side tracking overview](https://referly.so/docs/developer-documentation/server-side/overview.md): When to report conversions from your backend. - [Report a sale](https://referly.so/docs/developer-documentation/server-side/reporting-sales.md): Record a sale from your server. - [Attribution and the cookie window](https://referly.so/docs/developer-documentation/tracking/attribution.md): How Referly decides which affiliate gets credit. - [Click data](https://referly.so/docs/developer-documentation/tracking/click-data.md): The data recorded with every tracked click. - [Cookies and storage](https://referly.so/docs/developer-documentation/tracking/cookies-and-storage.md): Where referral data is kept in the browser. - [Cross-domain tracking](https://referly.so/docs/developer-documentation/tracking/cross-domain-tracking.md): Carry attribution across several domains. - [Debug mode](https://referly.so/docs/developer-documentation/tracking/debug-mode.md): Turn on logging to troubleshoot tracking. - [External click IDs](https://referly.so/docs/developer-documentation/tracking/external-click-ids.md): Pass a sub-affiliate network's click ID through. - [Install the snippet](https://referly.so/docs/developer-documentation/tracking/install-the-snippet.md): Add the tracking script to your site. - [Events](https://referly.so/docs/developer-documentation/tracking/javascript-api/events.md): The events the script fires and when. - [Globals](https://referly.so/docs/developer-documentation/tracking/javascript-api/globals.md): The values the script puts on the window. - [JavaScript API reference](https://referly.so/docs/developer-documentation/tracking/javascript-api/reference.md): The functions the tracking script exposes. - [URL parameters](https://referly.so/docs/developer-documentation/tracking/url-parameters.md): How referral codes are read from a URL. - [UTMs and ad click IDs](https://referly.so/docs/developer-documentation/tracking/utm-and-ad-click-ids.md): The campaign and ad identifiers Referly stores. - [Event types](https://referly.so/docs/developer-documentation/webhooks/event-types.md): Every event Referly sends and when it fires. - [Webhooks introduction](https://referly.so/docs/developer-documentation/webhooks/introduction.md): Receive events when things change in your program. - [Manage endpoints](https://referly.so/docs/developer-documentation/webhooks/managing-endpoints.md): Create, disable, and rotate the secret on an endpoint. - [Payload structure](https://referly.so/docs/developer-documentation/webhooks/payload-structure.md): The shape of a webhook request body. - [Retries and logs](https://referly.so/docs/developer-documentation/webhooks/retries-and-logs.md): What happens when delivery fails, and where to look. - [Test and replay](https://referly.so/docs/developer-documentation/webhooks/testing.md): Send test events and replay past ones. - [Verify signatures](https://referly.so/docs/developer-documentation/webhooks/verifying-signatures.md): Confirm a webhook genuinely came from Referly. - [Referly Help Center](https://referly.so/docs/help-center.md): Set up your affiliate program, recruit and manage affiliates, and pay commissions. Guides for everything Referly does. - [Portal access issues](https://referly.so/docs/help-center/affiliates/access-issues.md): What to do if you can't get into a program. - [Marketing assets](https://referly.so/docs/help-center/affiliates/assets.md): Download what the program gives you to promote with. - [Cash payouts](https://referly.so/docs/help-center/affiliates/cash-payouts.md): Set up Wise, PayPal, or a bank account. - [Submit content](https://referly.so/docs/help-center/affiliates/content-rewards.md): Earn rewards for content you publish. - [Invoice details](https://referly.so/docs/help-center/affiliates/invoice-details.md): Provide the details your invoices need. - [Leaderboards](https://referly.so/docs/help-center/affiliates/leaderboards.md): See where you rank. - [My programs](https://referly.so/docs/help-center/affiliates/my-programs.md): Manage every program you've joined. - [My team](https://referly.so/docs/help-center/affiliates/my-team.md): Track the affiliates you recruited. - [Non-cash payouts](https://referly.so/docs/help-center/affiliates/non-cash-payouts.md): Take coupons or credits instead of cash. - [Notifications](https://referly.so/docs/help-center/affiliates/notifications.md): Choose what you're told about. - [Complete onboarding](https://referly.so/docs/help-center/affiliates/onboarding.md): Finish the steps a program asks of you. - [How you get paid](https://referly.so/docs/help-center/affiliates/payouts.md): When and how commission reaches you. - [Performance bonuses](https://referly.so/docs/help-center/affiliates/performance-bonuses.md): Track your progress towards a bonus. - [The affiliate portal](https://referly.so/docs/help-center/affiliates/portal-overview.md): What you can do as an affiliate. - [Postback URL](https://referly.so/docs/help-center/affiliates/postback-url.md): Forward conversions to your own systems. - [Your profile](https://referly.so/docs/help-center/affiliates/profile.md): Keep your details up to date. - [Your promo codes](https://referly.so/docs/help-center/affiliates/promo-codes.md): Share a discount code instead of a link. - [Your referral links](https://referly.so/docs/help-center/affiliates/referral-links.md): Find and share the links that earn you commission. - [Join a program](https://referly.so/docs/help-center/affiliates/sign-up.md): Sign up and apply. - [Agency billing](https://referly.so/docs/help-center/agencies/billing.md): How agency plans and client billing work. - [Manage client programs](https://referly.so/docs/help-center/agencies/client-programs.md): Run programs on behalf of your clients. - [Custom domain](https://referly.so/docs/help-center/agencies/custom-domain.md): Serve client portals from your domain. - [Feature access and usage limits](https://referly.so/docs/help-center/agencies/feature-access.md): Control what each client program can do. - [Agencies overview](https://referly.so/docs/help-center/agencies/overview.md): How agency accounts differ from a single program. - [Payment exemptions](https://referly.so/docs/help-center/agencies/payment-exemption.md): Let a client program bypass its own billing. - [White label](https://referly.so/docs/help-center/agencies/white-label.md): Remove Referly branding. - [Add-ons](https://referly.so/docs/help-center/billing/add-ons.md): Gamification, engagement, marketplace, and recruiting add-ons. - [API access](https://referly.so/docs/help-center/billing/api-access.md): Which plans can use the API. - [Invoices](https://referly.so/docs/help-center/billing/invoices.md): Find and download your invoices. - [Plans and features](https://referly.so/docs/help-center/billing/plans-and-features.md): What each plan includes. - [Manage your subscription](https://referly.so/docs/help-center/billing/subscription.md): Change, pause, or cancel your plan. - [Target an audience](https://referly.so/docs/help-center/engage/announcements/audience.md): Send an announcement to everyone or a filtered group. - [Announcements overview](https://referly.so/docs/help-center/engage/announcements/overview.md): Broadcast updates inside the affiliate portal. - [Read poll results](https://referly.so/docs/help-center/engage/announcements/poll-results.md): Review how affiliates answered a poll. - [Pop-ups, banners, and polls](https://referly.so/docs/help-center/engage/announcements/types.md): Choose the format of an announcement. - [Organise assets in folders](https://referly.so/docs/help-center/engage/assets/folders.md): Structure your asset library. - [Marketing assets overview](https://referly.so/docs/help-center/engage/assets/overview.md): Give affiliates the files and copy they need. - [Asset types](https://referly.so/docs/help-center/engage/assets/types.md): Banners, links, videos, colour schemes, and more. - [Auto-generate codes](https://referly.so/docs/help-center/engage/coupons/auto-generated-codes.md): Build codes from affiliate names, discounts, and random characters. - [Connect a coupon source](https://referly.so/docs/help-center/engage/coupons/connect-a-source.md): Link Stripe or Shopify to manage coupons. - [Create a coupon](https://referly.so/docs/help-center/engage/coupons/create.md): Set the discount, duration, and limits. - [Coupons overview](https://referly.so/docs/help-center/engage/coupons/overview.md): Let affiliates promote a discount code instead of a link. - [Promotional codes](https://referly.so/docs/help-center/engage/coupons/promotional-codes.md): The codes customers actually type in. - [Restrict a code](https://referly.so/docs/help-center/engage/coupons/restrictions.md): Limit a code by affiliate, customer, product, or amount. - [Sync coupons](https://referly.so/docs/help-center/engage/coupons/sync.md): Bring existing coupons into Referly. - [Emails your affiliates receive](https://referly.so/docs/help-center/engage/emails/affiliate-emails.md): Welcome, approval, referral, commission, and bonus emails. - [Custom email builder](https://referly.so/docs/help-center/engage/emails/custom-email-builder.md): Edit an email's content and layout. - [Email marketing integrations](https://referly.so/docs/help-center/engage/emails/integrations.md): Connect Klaviyo, Mailchimp, Mailerlite, or Brevo. - [Email settings overview](https://referly.so/docs/help-center/engage/emails/overview.md): Control the emails Referly sends on your behalf. - [Send from your own domain](https://referly.so/docs/help-center/engage/emails/sending-domain.md): Verify a domain so emails come from you. - [Track opens and clicks](https://referly.so/docs/help-center/engage/emails/tracking.md): See how your emails perform. - [Emails you receive](https://referly.so/docs/help-center/engage/emails/your-emails.md): New sign-ups, referrals, sales, payouts, and the weekly summary. - [Message groups](https://referly.so/docs/help-center/engage/messages/groups.md): Create a room for several affiliates at once. - [Messages overview](https://referly.so/docs/help-center/engage/messages/overview.md): Talk to your affiliates inside Referly. - [Share assets and bonuses from chat](https://referly.so/docs/help-center/engage/messages/share-assets-and-bonuses.md): Attach a marketing asset or award a bonus in a conversation. - [Target an audience](https://referly.so/docs/help-center/engage/popups-banners/audience.md): Show a pop-up to specific affiliates or groups. - [Install the embed](https://referly.so/docs/help-center/engage/popups-banners/install.md): Add the pop-up code to your site. - [Pop-ups and banners overview](https://referly.so/docs/help-center/engage/popups-banners/overview.md): Show referred visitors a tailored message. - [Triggers and position](https://referly.so/docs/help-center/engage/popups-banners/triggers.md): Fire on page load or exit intent, and choose where it appears. - [Customise the widget](https://referly.so/docs/help-center/engage/widget/customize.md): Change its copy, position, and appearance. - [Email verification](https://referly.so/docs/help-center/engage/widget/email-verification.md): How affiliates verify their address in the widget. - [Install the widget](https://referly.so/docs/help-center/engage/widget/install.md): Add the widget to your site. - [Referral widget overview](https://referly.so/docs/help-center/engage/widget/overview.md): Embed referrals directly in your product. - [Create a campaign](https://referly.so/docs/help-center/gamify/content-rewards/campaigns.md): Set the rules, window, and budget. - [Social metrics or manual review](https://referly.so/docs/help-center/gamify/content-rewards/criteria.md): Reward on views and likes, or approve submissions yourself. - [Content rewards overview](https://referly.so/docs/help-center/gamify/content-rewards/overview.md): Pay affiliates for the content they publish. - [Revert a paid reward](https://referly.so/docs/help-center/gamify/content-rewards/revert.md): Undo a content reward that has already paid out. - [Review submissions](https://referly.so/docs/help-center/gamify/content-rewards/submissions.md): Approve or reject what affiliates submit. - [Create a contest](https://referly.so/docs/help-center/gamify/contests/create.md): Set the dates, prizes, and how winners are picked. - [Contests overview](https://referly.so/docs/help-center/gamify/contests/overview.md): Run a time-boxed competition. - [Pick winners](https://referly.so/docs/help-center/gamify/contests/winners.md): Choose winners at the end or on a schedule. - [Choose ranking criteria](https://referly.so/docs/help-center/gamify/leaderboards/criteria.md): Rank by referrals, revenue, sales, earnings, or conversion rate. - [Leaderboards overview](https://referly.so/docs/help-center/gamify/leaderboards/overview.md): Rank affiliates by performance. - [Publish a leaderboard](https://referly.so/docs/help-center/gamify/leaderboards/public.md): Share a leaderboard outside the portal. - [Create a milestone](https://referly.so/docs/help-center/gamify/milestones/create.md): Set the referral and revenue thresholds. - [Milestones overview](https://referly.so/docs/help-center/gamify/milestones/overview.md): Move affiliates onto better terms as they perform. - [Gamification overview](https://referly.so/docs/help-center/gamify/overview.md): Reward affiliates for progress, performance, and content. - [Create a performance bonus](https://referly.so/docs/help-center/gamify/performance-bonuses/create.md): Choose the activity, scope, and audience. - [Performance bonuses overview](https://referly.so/docs/help-center/gamify/performance-bonuses/overview.md): Pay extra when affiliates hit a target. - [Award a bonus retroactively](https://referly.so/docs/help-center/gamify/performance-bonuses/retroactive.md): Apply a bonus to activity that already happened. - [Conditional rules](https://referly.so/docs/help-center/getting-started/commissions/conditional-rules.md): Vary commission by order amount, product, medium, landing page, or coupon used. - [Non-cash rewards](https://referly.so/docs/help-center/getting-started/commissions/non-cash-rewards.md): Reward affiliates with coupons or store credits instead of cash. - [Commission plans overview](https://referly.so/docs/help-center/getting-started/commissions/overview.md): How Referly calculates what an affiliate earns. - [Product-based commissions](https://referly.so/docs/help-center/getting-started/commissions/product-based.md): Pay a different rate depending on which product was bought. - [Migrate from CSV](https://referly.so/docs/help-center/getting-started/migrate/csv.md): Import affiliates, customers, or sales from a spreadsheet. - [Migrate from Dub](https://referly.so/docs/help-center/getting-started/migrate/dub.md): Import your Dub data using an API key. - [Migrate from FirstPromoter](https://referly.so/docs/help-center/getting-started/migrate/firstpromoter.md): Import your FirstPromoter data using an API key and account ID. - [Migration overview](https://referly.so/docs/help-center/getting-started/migrate/overview.md): Move affiliates, customers, and sales from another platform. - [Migrate from Partnero](https://referly.so/docs/help-center/getting-started/migrate/partnero.md): Import your Partnero data using an API key. - [Migrate from PartnerStack](https://referly.so/docs/help-center/getting-started/migrate/partnerstack.md): Import your PartnerStack data using an API key. - [Migrate from Rewardful](https://referly.so/docs/help-center/getting-started/migrate/rewardful.md): Import your Rewardful data using your API secret. - [Migrate from Tapfiliate](https://referly.so/docs/help-center/getting-started/migrate/tapfiliate.md): Import your Tapfiliate data using an API key. - [Migrate from Tolt](https://referly.so/docs/help-center/getting-started/migrate/tolt.md): Import your Tolt data using an API key and program ID. - [Migrate from Trackdesk](https://referly.so/docs/help-center/getting-started/migrate/trackdesk.md): Import your Trackdesk data using an API key and tenant ID. - [Add affiliates manually](https://referly.so/docs/help-center/getting-started/recruit/add-affiliates-manually.md): Create an affiliate record yourself. - [Ask application questions](https://referly.so/docs/help-center/getting-started/recruit/application-questions.md): Collect the details you need when affiliates apply. - [Manually approve or decline applications](https://referly.so/docs/help-center/getting-started/recruit/approve-or-decline.md): Review who gets into your program. - [Invite affiliates](https://referly.so/docs/help-center/getting-started/recruit/invite-affiliates.md): Send invitations to join your program. - [Let affiliates sign up](https://referly.so/docs/help-center/getting-started/recruit/let-affiliates-sign-up.md): Open your portal so affiliates can apply. - [Setting up your affiliate or referral program](https://referly.so/docs/help-center/getting-started/set-up-program/affiliate-program-setup.md): Every step of creating your program, from onboarding through to tracking on your site. - [Setting up your branding](https://referly.so/docs/help-center/getting-started/set-up-program/branding.md): Make the affiliate portal look like your product. - [Setting up login and sign up for affiliates](https://referly.so/docs/help-center/getting-started/set-up-program/login-and-sign-up.md): Control how affiliates create an account and get in. - [Welcome to Referly](https://referly.so/docs/help-center/getting-started/welcome.md): What Referly is and how its pieces fit together: your program, tracking, affiliates, customers and sales, rewards, and payouts, plus the engagement, gamification, growth, and integration layers on top. - [Affiliate managers overview](https://referly.so/docs/help-center/grow/affiliate-managers/overview.md): Work with managers who recruit and support affiliates. - [Invite an influencer](https://referly.so/docs/help-center/grow/influencer-discovery/invite.md): Reach out and track the response. - [How the match score works](https://referly.so/docs/help-center/grow/influencer-discovery/match-score.md): Why an influencer is suggested to you. - [Influencer discovery overview](https://referly.so/docs/help-center/grow/influencer-discovery/overview.md): Find creators to recruit into your program. - [Saved, invited, and recruited](https://referly.so/docs/help-center/grow/influencer-discovery/pipeline.md): Track influencers through your pipeline. - [Search and filter](https://referly.so/docs/help-center/grow/influencer-discovery/search.md): Narrow by category, platform, country, audience size, and GMV. - [Marketplace licenses](https://referly.so/docs/help-center/grow/marketplace/licenses.md): How marketplace access is licensed. - [Build your listing](https://referly.so/docs/help-center/grow/marketplace/listing.md): Write your listing and add FAQs. - [Marketplace overview](https://referly.so/docs/help-center/grow/marketplace/overview.md): List your program where affiliates look for one. - [Visibility and boosts](https://referly.so/docs/help-center/grow/marketplace/visibility.md): Control how prominently your listing appears. - [Brevo](https://referly.so/docs/help-center/integrations/brevo.md): Sync affiliates and referrals to Brevo. - [Cal.com](https://referly.so/docs/help-center/integrations/cal-com.md): Track referrals and sales from Cal.com. - [Calendly](https://referly.so/docs/help-center/integrations/calendly.md): Track bookings made through Calendly. - [Chargebee](https://referly.so/docs/help-center/integrations/chargebee.md): Track Chargebee subscriptions. - [Ecwid](https://referly.so/docs/help-center/integrations/ecwid.md): Track Ecwid orders. - [Klaviyo](https://referly.so/docs/help-center/integrations/klaviyo.md): Sync affiliates and referrals to Klaviyo. - [Mailchimp](https://referly.so/docs/help-center/integrations/mailchimp.md): Sync affiliates and referrals to Mailchimp. - [Mailerlite](https://referly.so/docs/help-center/integrations/mailerlite.md): Sync affiliates and referrals to Mailerlite. - [Make](https://referly.so/docs/help-center/integrations/make.md): Build scenarios with Referly. - [Memberstack](https://referly.so/docs/help-center/integrations/memberstack.md): Track Memberstack members. - [Integrations overview](https://referly.so/docs/help-center/integrations/overview.md): Connect Referly to the tools you already use. - [Paddle](https://referly.so/docs/help-center/integrations/paddle.md): Track Paddle transactions. - [PayPal](https://referly.so/docs/help-center/integrations/paypal.md): Pay affiliates through PayPal. - [Pickaxe](https://referly.so/docs/help-center/integrations/pickaxe.md): Track Pickaxe conversions. - [Polar](https://referly.so/docs/help-center/integrations/polar.md): Track Polar checkouts. - [Referly Payouts](https://referly.so/docs/help-center/integrations/referly-payouts.md): Let Referly handle paying your affiliates. - [Shopify](https://referly.so/docs/help-center/integrations/shopify.md): Track orders from your Shopify store. - [SkillPlate](https://referly.so/docs/help-center/integrations/skillplate.md): Track SkillPlate sales. - [Stripe](https://referly.so/docs/help-center/integrations/stripe.md): Track Stripe payments, subscriptions, and refunds. - [Stripe Buy Button](https://referly.so/docs/help-center/integrations/stripe/buy-button.md): Attribute sales from a Buy Button. - [Stripe coupon codes](https://referly.so/docs/help-center/integrations/stripe/coupon-codes.md): Track affiliates by the coupon a customer used. - [Stripe Payment Links](https://referly.so/docs/help-center/integrations/stripe/payment-links.md): Attribute sales from Payment Links. - [Stripe Pricing Table](https://referly.so/docs/help-center/integrations/stripe/pricing-table.md): Attribute sales from a Pricing Table. - [Stripe Session API](https://referly.so/docs/help-center/integrations/stripe/session-api.md): Attribute checkouts created with the Sessions API. - [Universal integration](https://referly.so/docs/help-center/integrations/universal.md): Connect a platform Referly doesn't list. - [Wise](https://referly.so/docs/help-center/integrations/wise.md): Pay affiliates through Wise. - [WooCommerce](https://referly.so/docs/help-center/integrations/woocommerce.md): Track orders from your WooCommerce store. - [WordPress](https://referly.so/docs/help-center/integrations/wordpress.md): Track sales on a WordPress site. - [Zapier](https://referly.so/docs/help-center/integrations/zapier.md): Connect Referly to thousands of apps. - [Zylvie](https://referly.so/docs/help-center/integrations/zylvie.md): Track Zylvie sales. - [The affiliate detail view](https://referly.so/docs/help-center/manage/affiliates/affiliate-detail.md): Read one affiliate's activity, audience, payouts, and answers. - [Ban or deactivate an affiliate](https://referly.so/docs/help-center/manage/affiliates/ban-or-deactivate.md): Stop an affiliate from earning, with or without a reason. - [Bulk actions](https://referly.so/docs/help-center/manage/affiliates/bulk-actions.md): Approve, decline, group, or export many affiliates at once. - [Change an affiliate's commission plan](https://referly.so/docs/help-center/manage/affiliates/change-commission-plan.md): Move an affiliate onto different terms. - [Filters and columns](https://referly.so/docs/help-center/manage/affiliates/filters-and-columns.md): Narrow the affiliate list and choose what it shows. - [Give a bonus](https://referly.so/docs/help-center/manage/affiliates/give-a-bonus.md): Award an affiliate a one-off bonus. - [Affiliate groups](https://referly.so/docs/help-center/manage/affiliates/groups.md): Split affiliates into groups with different terms. - [Import affiliates](https://referly.so/docs/help-center/manage/affiliates/import.md): Bring affiliates in from a CSV or another platform. - [Affiliates overview](https://referly.so/docs/help-center/manage/affiliates/overview.md): Find and work with the affiliates in your program. - [Affiliate statuses](https://referly.so/docs/help-center/manage/affiliates/statuses.md): What approved, pending, invited, declined, deactivated, and banned mean. - [Affiliate acquisition](https://referly.so/docs/help-center/manage/analytics/affiliate-acquisition.md): See where your affiliates come from. - [Conversion funnel](https://referly.so/docs/help-center/manage/analytics/conversion-funnel.md): Follow visitors from click through to sale. - [Date ranges and granularity](https://referly.so/docs/help-center/manage/analytics/date-ranges.md): Change the period and resolution of your charts. - [Analytics overview](https://referly.so/docs/help-center/manage/analytics/overview.md): Track how your program performs over time. - [Performance](https://referly.so/docs/help-center/manage/analytics/performance.md): Break results down by affiliate, traffic source, location, and device. - [Add a sale](https://referly.so/docs/help-center/manage/customers/add-a-sale.md): Record a sale against a referred customer. - [Change a customer's commission plan](https://referly.so/docs/help-center/manage/customers/change-commission-plan.md): Override the plan for a single referral. - [Import customers](https://referly.so/docs/help-center/manage/customers/import.md): Bring referrals in from a CSV or another platform. - [Notes](https://referly.so/docs/help-center/manage/customers/notes.md): Keep a note against a customer. - [Customers overview](https://referly.so/docs/help-center/manage/customers/overview.md): Review the customers your affiliates referred. - [Customer statuses](https://referly.so/docs/help-center/manage/customers/statuses.md): What active, submitted, and rejected mean. - [Payout batch statuses](https://referly.so/docs/help-center/manage/payouts/batch-statuses.md): What each stage of a batch means. - [Payout batches](https://referly.so/docs/help-center/manage/payouts/batches.md): How payouts are grouped and processed. - [Custom bank account fields](https://referly.so/docs/help-center/manage/payouts/custom-bank-fields.md): Collect the bank details your payouts need. - [Export payouts](https://referly.so/docs/help-center/manage/payouts/export.md): Download Wise, PayPal, or bank CSV files. - [Failed payouts](https://referly.so/docs/help-center/manage/payouts/failed-payouts.md): Find out why a payout failed and what to do. - [Minimum payout amount](https://referly.so/docs/help-center/manage/payouts/minimum-amount.md): Set a threshold before an affiliate is paid. - [Payouts overview](https://referly.so/docs/help-center/manage/payouts/overview.md): How affiliates get paid. - [Payout methods](https://referly.so/docs/help-center/manage/payouts/payout-methods.md): Wise, PayPal, bank transfer, credits, and coupons. - [Holding period and frequency](https://referly.so/docs/help-center/manage/payouts/schedule.md): Control when payouts are created. - [Manage payouts yourself or let Referly handle them](https://referly.so/docs/help-center/manage/payouts/self-managed-vs-referly.md): Choose who moves the money. - [Tax and invoices](https://referly.so/docs/help-center/manage/payouts/tax-and-invoices.md): Tax management and affiliate invoice details. - [Approve or decline a reward](https://referly.so/docs/help-center/manage/rewards/approve-or-decline.md): Decide whether a commission is payable. - [Bonuses and content rewards](https://referly.so/docs/help-center/manage/rewards/bonuses.md): Rewards that don't come from a sale. - [How a reward was calculated](https://referly.so/docs/help-center/manage/rewards/calculation.md): Read the calculation trace behind an amount. - [Why a reward is on hold](https://referly.so/docs/help-center/manage/rewards/holds.md): Program settings, fraud prevention, and affiliate status holds. - [Import sales](https://referly.so/docs/help-center/manage/rewards/import.md): Bring historical sales in from a CSV or another platform. - [Rewards overview](https://referly.so/docs/help-center/manage/rewards/overview.md): Review the commissions your affiliates have earned. - [Refunds](https://referly.so/docs/help-center/manage/rewards/refunds.md): What happens to commission when a sale is refunded. - [API keys](https://referly.so/docs/help-center/settings/advanced/api-keys.md): Create a key to use the Referly API. - [Webhooks](https://referly.so/docs/help-center/settings/advanced/webhooks.md): Get notified when things change in your program. - [Bot protection](https://referly.so/docs/help-center/settings/portal/bot-protection.md): Stop automated sign-ups. - [Branding](https://referly.so/docs/help-center/settings/portal/branding.md): Make the portal look like your product. - [Contact widget](https://referly.so/docs/help-center/settings/portal/contact-widget.md): Let affiliates reach you from the portal. - [Custom code](https://referly.so/docs/help-center/settings/portal/custom-code.md): Add your own scripts or styles. - [Custom domain](https://referly.so/docs/help-center/settings/portal/custom-domain.md): Serve the portal from your own domain. - [Languages](https://referly.so/docs/help-center/settings/portal/languages.md): Show the portal in your affiliates' language. - [Login and sign up](https://referly.so/docs/help-center/settings/portal/login-and-sign-up.md): Control how affiliates get in. - [Portal onboarding](https://referly.so/docs/help-center/settings/portal/onboarding.md): Walk new affiliates through setup. - [Shared customer data](https://referly.so/docs/help-center/settings/portal/shared-customer-data.md): Choose what affiliates can see about customers. - [Social login](https://referly.so/docs/help-center/settings/portal/social-login.md): Let affiliates sign in with a social account. - [Affiliate groups](https://referly.so/docs/help-center/settings/program/affiliate-groups.md): Group affiliates and give each group its own terms. - [Affiliate questions](https://referly.so/docs/help-center/settings/program/affiliate-questions.md): Ask applicants for the details you need. - [Automated short links](https://referly.so/docs/help-center/settings/program/automated-short-links.md): Give affiliates short links automatically. - [Commission plans](https://referly.so/docs/help-center/settings/program/commission-plans.md): Create and edit the plans affiliates earn on. - [Cross-domain tracking](https://referly.so/docs/help-center/settings/program/cross-domain-tracking.md): Keep attribution across several domains. - [Fraud prevention](https://referly.so/docs/help-center/settings/program/fraud-prevention.md): Detect self-referrals by email or IP address. - [General](https://referly.so/docs/help-center/settings/program/general.md): Your program's core settings. - [Multi-level commissions](https://referly.so/docs/help-center/settings/program/multi-level-commissions.md): Pay affiliates on the affiliates they recruit. - [Email and in-app notifications](https://referly.so/docs/help-center/settings/program/notifications.md): Choose what you and your affiliates are told about. - [Payout settings](https://referly.so/docs/help-center/settings/program/payout-settings.md): Methods, schedule, holding period, and minimums. - [Tax management](https://referly.so/docs/help-center/settings/program/tax-management.md): Tax zones and invoicing for affiliates. - [Tracking methods](https://referly.so/docs/help-center/settings/program/tracking-methods.md): Choose how referrals are attributed. - [Invitations](https://referly.so/docs/help-center/settings/team/invitations.md): Track who you've invited. - [Team members](https://referly.so/docs/help-center/settings/team/members.md): Invite teammates into your program. ## OpenAPI Specs - [openapi](https://referly.so/docs/api-reference/openapi.json)