API Reference#

The HashWatch API lets you integrate hash verification into your security tools, SIEMs, and incident-response workflows.

Base URL: https://api.hashwatch.us


Quick start#

# No auth needed — fetch today's hashes
curl https://api.hashwatch.us/public/hash-of-day

# Authenticated — check platform statistics with your API key
curl https://api.hashwatch.us/api/v1/intel/stats \
  -H "X-API-Key: <team-id>.<secret>"

Sections#

  • Authentication — How to use your API key and obtain JWT tokens
  • Endpoints — Complete endpoint reference with request/response examples