Getting Your API Key
- Sign up or log in to your Osintly account.
- Navigate to the API Keys section in your dashboard.
- Click on Generate API Key.
- Store your key securely—do not share it publicly.
Using Your API Key
Your API key must be included in theAuthorization header of every request.
Example Request
Example in JavaScript
Security Best Practices
- Never expose your API key in public repositories.
- Use environment variables to store your key.
- Regenerate your key if it is compromised.