Skip to main content
Version: v1

Getting Started

Authentication

Once you've created an API Key, you're ready to start sending data to Fullstory.

APIs

Data Residency

Fullstory uses Google Cloud Platform data centers to process and store data. The default data center for all customers is located in the US. As of August 2022, Fullstory also has a data center in the European Union (“EU”). Customers now have the option to designate the location of the data center that supports their Fullstory account.

All API requests use the api.fullstory.com domain. They are automatically routed to the correct data center based on what is configured for your Fullstory account. You can determine which data center your account is associated with in one of two ways:

  • The Fullstory URL you use to login
  • The API key you are using for API authentication. The data center used is included as the first three characters of the API key. If your API key was created prior to August 2022, it may not include this prefix. In this case, your API key will be associated with the na1 data center.
    • API key format: <data center>.<token>

Additional Information