# HackerOne API **Provider:** HackerOne **Category:** security **Base URL:** `https://api.hackerone.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 240 req/min **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.hackerone.com/ ## Description The industry’s first hacker API that helps increase productivity towards creative bug bounty hunting ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.hackerone.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://api.hackerone.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Bug bounty platform. API access included for program owners. Pricing based on program tier: Starter $50K/yr (managed), Growth $100K/yr, Enterprise custom. --- *Source: [API Map](https://apimap.dev/apis/hackerone/) — CC BY 4.0*