Authenticated GET — returns one row per site you own, including current security state.
curl -H "Authorization: Bearer $POWERSEC_TOKEN" \
https://api.powersec.io/api/sites
Response (truncated):
{
"success": true,
"data": [
{ "id": "ck...", "name": "acme.com", "url": "https://acme.com", "status": "secure" }
]
}