Authentication
All DarkRecon endpoints require an API key header.Header
X-API-Key: <your_api_key>
Example
Errors
403typically indicates a missing/invalid API key.
Authenticate to DarkRecon with an API key header.
X-API-Key: <your_api_key>403 typically indicates a missing/invalid API key.