Skip to main content

How to Create and Use Your Leadfeeder API Keys

The Leadfeeder API allows you to programmatically access the data available in your Leadfeeder account, enabling you to integrate it with other applications or build custom workflows. To get started, you first need to generate an API token.

A
Written by Anna-Maria Samuelsson
Updated today

How to Generate Your API Token

  • Navigate to your settings: Log in to your Leadfeeder account. You can access your settings in two ways:

    • Click on your user icon in the top-right corner and select "Settings" from the dropdown menu.

    • Click on the settings βš™οΈ in the left-hand navigation bar.

  • Go to Personal and API keys: In the settings menu on the left, find and click on the "API keys" section under your personal settings.

  • Create a New API Key: Click the "Create a new API key" button. You will be prompted to give the token a name. After naming it, a new token will be instantly generated. For security reasons, you will only be able to see the full token once, so make sure to copy and store it in a safe place.

Your API token is a unique key that authenticates your requests. Treat it like a password and keep it secure.
​

Using Your API Token

To make a request to the Leadfeeder API, you must include your token in the

x-api-key header. Most endpoints also require your account_id as a mandatory query parameter.
​

Here is an example of how to structure your request:

Header:

x-api-key: [YOUR_API_TOKEN]


Endpoint URL:


For detailed information on available endpoints and parameters, please refer to our official API documentation.

Did this answer your question?