Documentation Index
Fetch the complete documentation index at: https://docs.oathnet.org/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, you’ll need:Create an Account
Sign up at oathnet.org if you haven’t already.
Get Your API Key
Go to Dashboard > Account and generate a new API key.
Try the API Playground
Each endpoint page includes an interactive playground where you can:- enter your API key in the authorization section
- set request parameters
- send the request and inspect the live response
Try V2 Breach Search
Open the current breach search endpoint in the playground
Your First API Call
Start with the current breach search endpoint:Example Response
Understanding the Response
| Field | Description |
|---|---|
success | true if the request succeeded |
message | Human-readable status message |
data.items | Array of breach records for this page |
data.meta.total | Total number of matching records |
data.meta.count | Number of records in this response |
data.next_cursor | Cursor for the next page when available |
Search Sessions
Legacy and v2 search endpoints can still participate in the search-session flow when you want related lookups grouped under a sharedsearch_id.
Common Query Types
OathNet automatically detects many common query types from theq parameter:
| Query | Detected Type |
|---|---|
user@example.com | |
example.com | Domain |
192.168.1.1 | IP |
123456789012345678 | Discord ID |
johndoe | Username |
Next Steps
API Reference
Explore the full endpoint reference
Scanners Guide
Learn how to monitor new results automatically