Help/getting started
getting started

List all sites under your account

Updated May 12, 2026 3 views 0 found this helpful

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" }
  ]
}

Couldn't find what you're looking for?

Browse more articles or reach out to our support team.

Browse all articles Email support