Skip to main content

GET /api/static/sites

List the Sites you own, paginated. Requires an API key with the read 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, scope read or read-and-scan
Query Parameters:

Example Requests

Response

Success (200 OK):
Error (401 Unauthorized):
Error (429 Too Many Requests):
Error (500 Internal Server Error):

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’s id with the Get Site endpoint to check status and findings, or with Scan Site to trigger a re-scan.