Getting Started
Welcome to FullHunt! This guide will help you get up and running with our platform quickly.
Overview
FullHunt provides comprehensive attack surface management and threat intelligence capabilities through our APIs and platform. This guide covers the essential steps to start using our services.
Prerequisites
Before getting started, you'll need:
- A FullHunt account and API key
- Basic understanding of REST APIs
- Your preferred programming language or API client
Quick Start Steps
1. Authentication
All API requests require authentication using your API key. Include it in the header:
X-API-KEY: YOUR_API_KEY
For detailed authentication information, see our Authentication Guide.
2. Your First API Call
Try making your first API call to test connectivity:
curl -H "X-API-KEY: YOUR_API_KEY" \
https://fullhunt.io/api/v1/domain/example.com
3. Explore the APIs
Browse our available APIs:
- Domain APIs - Domain intelligence and analysis
- Host APIs - Host and IP information
- Global Search APIs - Search across our datasets
4. Rate Limiting
Be aware of our rate limiting to ensure smooth API usage.
Next Steps
- Review specific API documentation for your use case
- Check out our best practices guide
- Explore common use cases and examples
Need Help?
If you encounter any issues:
- Check our troubleshooting guide
- Review our FAQ
- Contact our support team