Skip to main content

Authentication

All DarkRecon endpoints require an API key header.
  • X-API-Key: <your_api_key>
Keep the API key server-side. DarkRecon is designed for backend or trusted service-to-service usage, not direct browser exposure.

Example

Observed error behavior

  • Missing X-API-Key currently returns 422 with a validation payload from the API framework.
  • Invalid or revoked API keys return 403 with a standard error body.
Missing header example:
Invalid key example:
See /platform/authentication for broader TechSlayers platform guidance.