Developer Docs

Integrate VoidScanner easily with our API.

  • Authentication
  • Scan API
  • Webhooks
  • Rate Limits

Authentication

To use the VoidScanner API, you need to include your secret key in the header of every request.

bash
curl -X POST https://api.voidscanner.com/v1/scan \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"target_id": "user_123"}'