Skip to main content

Authentication

All DarkRecon endpoints require an API key header.
  • X-API-Key: <your_api_key>

Example

curl -X GET "https://darkrecon.1337807.xyz/view_breaches" \
  -H "X-API-Key: $DARKRECON_API_KEY"

Errors

  • 403 typically indicates a missing/invalid API key.