The Sirius Scan REST API provides programmatic access to all scanning and vulnerability management features. Use it to integrate Sirius Scan into your security workflows and automation pipelines.
Learn how to authenticate your API requests using API keys
Browse all available REST API endpoints and their usage
Learn how to handle API errors and edge cases
https://api.siriusscan.com/v1
All API endpoints are relative to this base URL. Make sure to include your API key in the Authorization header with all requests.
The API accepts requests with the following formats:
All responses are returned in JSON format and include:
API requests are rate limited based on your subscription tier. The current limits are included in response headers:
X-RateLimit-Limit
: Total requests allowed per hourX-RateLimit-Remaining
: Remaining requests for the current periodX-RateLimit-Reset
: Time when the rate limit resetsStart exploring the API by: