Our recent redesign simplifies the data transfer experience by combining raw and modelled data sources into a single object - data feeds. We’re gradually releasing this new feature to our customers.
If you see Data Feeds in the left navigation sidebar, you're in the right place. If not, your account uses data sources - go to this article instead.
Highlights
Overview | API Key is an umbrella term that covers different methods for generating an authentication token in order to perform an API call. Typically, this method will require you to generate or request an API Key from a service provider to use in subsequent API calls. That API Key will need to be included as part of the request URL. |
Format | When the API key is retrieved from a service provider, it is used in the API call in a format as specified by that service. For example, you may be required to use the API key as a query parameter or as a username and password. |
Connecting to your data using the REST/URL connector
To connect to your data using the REST/URL connector, you need to do the following:
- Write a query (request URL) by referring to the service provider's developer documentation.
- Create and save a data feed.
Step 1: Write an API query
Begin by going to the developer documentation for the service provider you would like to retrieve data from. Some API connection requests are free and open to the public, however, depending on the service provider, you may need to:
- Have an account with the service provider.
- Contact the service provider to grant you API request permissions.
- Contact the service provider to receive an authentication token.
- Pay an API access fee.
Step 2: Create and save a data feed
To create and save a data feed:
- Click the + button beside Data Feeds in the left navigation sidebar.
- Click Select data.
- On the Where is your data? page, select the REST/URL tile.
- On the Configure data service page, paste the URL call from the REST/URL into the Query URL field.
- Choose the appropriate Data format (XML, CSV, Excel, or JSON).
- Expand the Authentication (OAuth, 2-Step, X-WSSE, or Basic) menu.
- Under Type, select the option None.
- Click Get data and verify this is the data you're looking for.
- Click Continue.
- You're taken to the data feed editor, where you can either save the data as-is or modify it. If you want to edit the data feed, this article includes detailed editing information.