Skip to main content
GET
/
service
/
holehe
Email Account Existence Check
curl --request GET \
  --url https://oathnet.org/api/service/holehe \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "Request completed successfully",
  "data": {
    "domains": [
      "en.gravatar.com"
    ],
    "_meta": {
      "user": {
        "plan": "Pro"
      },
      "lookups": {
        "used_today": 8,
        "left_today": 99991
      }
    }
  }
}

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.

Check which online services an email address is registered on. Uses the Holehe OSINT tool to detect account presence across 100+ platforms.

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Query Parameters

email
string<email>
required
search_id
string

Response

200 - application/json

Account check results

success
boolean
message
string
data
object