ChainVine API Docs
  • Chainvine
    • Product and Features
    • Technical Overview
  • ⚙️Developers
    • 🔨Use Cases
      • Leverage cookies
      • Link Claimer/Referrer
      • Record Link Click
      • Generate a Referrer Link
      • Record a Transfer Event
      • Complete a Requirement
    • 🖼️Embedded Widget
      • Implementation
      • FAQ
    • 🧰SDK
      • Implementation
      • Configuring the Client
      • Classes and Functions
        • Utility Methods
        • ChainvineClient
          • getReferralUrl(walletAddress)
          • recordClick(referrer)
          • linkReferrer([payload,])
          • referralConversion([payload,])
          • syncUser(walletAddress)
          • getCampaignReferralStats([payload,])
        • ChainvineUser
          • Initializing the client
          • joinCampaign([campaignParams,])
          • getRequirement([payload,])
          • getUserStats([payload,])
          • verifyRequirement([payload,])
          • completeRequirement([payload,])
          • claimEligibleEarnings([payload,])
          • transferEvent([payload,])
          • referral([campaignParams,])
            • linkToReferrer(referrer)
            • url()
          • setRewardTiersOverride([payload,])
        • Errors
        • Authentication
          • Getting your API Key
          • Allow-listing a domain
      • FAQ
    • 🪝Webhooks
    • 📔Open API Specification
  • Rewards
    • Claiming For Users
      • On ChainVine
Powered by GitBook
On this page
  1. Developers
  2. SDK
  3. Classes and Functions
  4. Authentication

Allow-listing a domain

PreviousGetting your API KeyNextFAQ

Last updated 1 year ago

Go to (for production) or (for testing) and connect your wallet.

1. Navigate to your Admin Dashboard

2. Select your Community

3. Select the "Settings" tab

4. Scroll down to the "Integration" section and enter your domain in the text field (you can add many domains), click "Add a domain"

5. Click "Save" to update your new domain(s) to your list of allow-listed domains

You should see a "Changes Saved" popup at the top of the screen if the save was successful.

Note, if testing from localhost, you can use a tool like ngrok: to get a unique endpoint that you can whitelist.

⚙️
🧰
https://ngrok.com/docs/http/
https://app.chainvine.xyz
https://staging.chainvine.xyz
The Admin Dashboard can be found on clicking your Avatar icon at the top-right of the screen, in the dropdown menu that appears.