Browsee
  • Getting Started
    • How to use Browsee on Shopify Store?
    • Shopify Stores
  • Integration
    • Snippet Integration
      • Direct JS Integration
      • GTM Integration
      • SDK Integration
      • Wordpress Integration
      • Shopify Integration
      • Troubleshooting Integration
    • Managing Recordings
    • API Calls
      • Log Event Call
      • Identify Call
      • Session Url
      • Generate Secret Key
      • Data Export API
      • Track HTTP API
      • Identify HTTP API
  • Understand Your Users
    • Session Search
      • Date Range
      • User Actions
      • User Attributes
      • Session Tags
        • Network Errors and Slowness
        • Javascript (JS) Errors
        • Frustration Clicks or Rage Clicks
        • Broken Links
        • U Turn
        • Searching For Something
        • Going in Circles
        • High Engagement
        • High Input Time
        • Repeat Pages
        • Repeat Events
      • Regular Expression Search
    • Segments
    • Segment Analytics and Alerts
    • Subscribe to a Segment
    • Configure Dashboard
    • Session Replays - Save, Share, and Delete
    • User Experience Issues
  • Heatmaps
    • Heatmaps
    • Create Heatmaps
    • Compare Heatmaps Across Date Ranges
    • Segmentation in Heatmaps
    • Heatmap Sessions
    • Dynamic Heatmaps
  • Funnels
    • Creating Funnels
    • Funnel Analytics and Alerts
  • FAQ
    • Frequently Asked Questions
    • FAQ - Browsee Installation
    • FAQ - Account and Project
    • FAQ - Session Recordings
    • FAQ - Heatmaps
    • FAQ - Payment & Plans
  • Project
    • Add User
    • Add Project
    • Setting Up SSO Login
    • Third Party Integrations
    • Content Security Policies
  • Plans and Billing
    • Recording and Sampling
  • Data Privacy
    • Privacy
    • Do Not Track Settings
    • Link Browsee with your Privacy Policy
    • GDPR Compliance
  • Feedback & Popups
    • Creating Notifications
    • When to Show
    • Where to Show
    • Advanced Targeting
    • Feedback Widget
    • Integrations
  • Request A Feature
    • Request a New Feature
Powered by GitBook
On this page
  • How to generate a secret key?
  • How to keep the secret key a secret?

Was this helpful?

  1. Integration
  2. API Calls

Generate Secret Key

PreviousSession UrlNextData Export API

Last updated 4 years ago

Was this helpful?

Browsee allows you to import data via its APIs. For using our APIs, you need to generate a secret API key which you should never make public (more about Secret key security below).

How to generate a secret key?

  • Go to Your

  • Go to Integrations tab from left navigation

  • Click on "Generate New Key" for getting an API Key

  • Once, you click on the button, you will get a key. Remember to store your key somewhere safe because as soon as you navigate from this page, you will not be able to retrieve or restore this generated token.

  • However, you can always generate a new one.

How to keep the secret key a secret?

It is important to understand that anyone who has access to this secret key will be able to access your account's data. Thus it's important to keep it a secret. Here are somethings you should never do with your secret key

  • Use it from the client side Javascript code. Client-side javascript code is public to anyone on your website and they can then reproduce the same code.

  • Check it in public repositories or any repository accessible to anyone whom you do not want to access Browsee's data.

Account or Settings page