Authentication
All DarkRecon endpoints require an API key header.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-Keycurrently returns422with a validation payload from the API framework. - Invalid or revoked API keys return
403with a standard error body.
/platform/authentication for broader TechSlayers platform guidance.