Secure Access with Bearer Authentication
DeepEnrich API protects your data with Bearer Authentication. Simply include your valid API key in the Authorization header of every request to authenticate securely.Ensure every API request contains this authorization header for seamless access to DeepEnrich services.
How to Include Your API Key in a Request:
Authorization : Bearer YOUR_API_KEY
Your API key can be found on you API Dashboard
To authenticate, replace YOUR_API_KEY with the actual key from your dashboard. API access will be denied without a valid key, returning a >401 Unauthorized response.