To ensure the security of your data and to authenticate requests, FullEnrich API uses Bearer Authentication. This means that you need to include a valid API key in the Authorization header of each request you make to our API.

Each request to our API endpoints must include this authorization header.

Here’s how to include your API key in your request:

Authorization: Bearer YOUR_API_KEY

Your API key can be found on you API Dashboard

Be sure to replace YOUR_API_KEY with the actual API key from your dashboard. Without a valid API key in your request, you will not be able to access the API endpoints and will receive a 401 Unauthorized response.

Keep your API key secure and do not share it publicly.

If you suspect that your API key has been compromised, you should regenerate it immediately from your account dashboard to prevent unauthorized access.