Frequently Asked Questions
Find answers to common questions about FullHunt's platform and APIs.
General Questions
What is FullHunt?
FullHunt is a comprehensive attack surface management platform that provides threat intelligence, domain analysis, and security monitoring capabilities through our APIs and web interface.
How do I get an API key?
You can obtain an API key by:
- Creating an account at fullhunt.io
- Navigating to your account settings
- Generating a new API key
What's included in my plan?
Plan details vary by subscription tier. Check your account dashboard for specific limits and features included in your current plan.
API Questions
What are the rate limits?
Rate limits vary by endpoint and plan tier. See our Rate Limiting documentation for detailed information.
How do I authenticate API requests?
All API requests require a Bearer token in the authentication header:
X-API-KEY: YOUR_API_KEY
What data formats do you support?
Our APIs primarily return JSON data. Some endpoints may support additional formats - check the specific API documentation for details.
How recent is the data?
Data freshness varies by source and type. Most data is updated regularly, with some sources updated daily and others in real-time.
Technical Questions
Can I use the API from my application?
Yes! Our APIs are designed to be integrated into your applications, scripts, and security tools.
Do you provide SDKs?
We provide code examples in multiple languages. Check our guides section for implementation examples.
How do I handle pagination?
Many endpoints support pagination using page
and limit
parameters. Check the response headers for pagination information.
Troubleshooting
Why am I getting authentication errors?
Common causes:
- Missing or incorrect API key
- Expired API key
- Incorrect header format
Why are my requests being rate limited?
You may be exceeding your plan's rate limits. Check your current usage in your account dashboard.
How do I report a bug or issue?
Contact our support team with detailed information about the issue, including:
- Request/response details
- Error messages
- Steps to reproduce
Can't Find Your Answer?
If your question isn't answered here:
- Check our troubleshooting guide
- Review the specific API documentation
- Contact our support team