Skip to main content

API Authentication

Send your ScanU API token in Authorization header:

bash
curl -H "Authorization: Bearer <SCANU_TOKEN>" https://api.scanu.io/api/v1/scan/<scanId>

Tokens are project-scoped and permission-scoped. Missing or invalid token returns 401.