GET
/
results
/
{projectId}
/
{sessionId}
/
general
curl --request GET \
  --url https://visitorquery.com/api/v1/results/{projectId}/{sessionId}/general \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "scoreBot": 0.5,
    "scoreProxyVpn": 0.5
  }
}

Authorizations

Authorization
string
header
required

The developer API key from your account

Path Parameters

projectId
string
required
sessionId
string
required

Response

200
application/json
200
data
object | null