GET /api/static/sites
List the Sites you own, paginated. Requires an API key with theread scope (a read-and-scan key also works, since read-and-scan implies read).
Request
Headers:x-api-key(required): Your Rafter security API key, scopereadorread-and-scan
Example Requests
Response
Success (200 OK):Response Fields
Rate Limiting
The API implements rate limiting to ensure fair usage:- Rate Limit: 100 requests per minute per IP address
- Quota: Based on your subscription plan
Examples
JavaScript
Python
Next Steps
Use each site’sid with the Get Site endpoint to check status and findings, or with Scan Site to trigger a re-scan.
