System API
List execution locations
Returns available geographic locations for test and monitor execution.
Response Body
application/json
curl -X GET "https://demo.supercheck.dev/api/locations"{
"success": true,
"data": [
{
"id": "string",
"name": "string",
"region": "string"
}
]
}