Skip to main content

Prerequisites

Before you begin, you’ll need:
1

Create an Account

Sign up at oathnet.org if you haven’t already.
2

Get Your API Key

Open Dashboard > Account and generate a new API key.
3

Store It Securely

Keep the key in an environment variable or secret manager.
Never commit your API key to version control or ship it in client-side code.

Try the API Playground

The OpenAPI reference includes an interactive playground where you can:
  1. enter your API key in the authorization section
  2. set request parameters
  3. send the request and inspect the live response

Try V2 Breach Search

Learn the workflow first, then use OpenAPI for the exact request shape

Your First API Call

Start with the current breach search endpoint:

Example Response

Understanding the Response

Search Sessions

Search-session and v2 search endpoints can participate in the same flow when you want related lookups grouped under a shared search_id.

Common Query Types

OathNet automatically detects many common query types from the q parameter:

Next Steps

API Reference

Explore the generated OpenAPI endpoint reference

Scanners Guide

Learn how to monitor new results automatically