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.
