Supercheck LogoSupercheck
System API

List execution locations

Returns available geographic locations for test and monitor execution.

GET
/api/locations

Response Body

application/json

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