Skip to main content

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:

4. Rate Limiting

Be aware of our rate limiting to ensure smooth API usage.

Next Steps

Need Help?

If you encounter any issues: