Supercheck LogoSupercheck
System API

List execution locations

Returns enabled execution locations visible in the current hosting mode. Authentication is required.

GET
/api/locations

Authorization

bearerAuth
AuthorizationBearer <token>

CLI token (sck_live_*) for full API access, or trigger key (sck_trigger_* / legacy job_*) for job trigger endpoint only.

In: header

Response Body

application/json

curl -X GET "https://demo.supercheck.dev/api/locations"
{
  "success": true,
  "data": [
    {
      "id": "string",
      "name": "string",
      "region": "string"
    }
  ]
}