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>

Project-scoped CLI token (sck_live_* or sck_test_*) for documented API operations that accept bearer authentication. Interactive browser operations may require a session cookie. Trigger keys (sck_trigger_* / legacy job_*) are accepted only by job trigger endpoints.

In: header

Response Body

application/json

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