cURL
curl --request GET \ --url https://visitorquery.com/api/v1/results/{projectId}/{sessionId} \ --header 'Authorization: Bearer <token>'
{ "data": [ { "scoreBot": 0.5, "scoreProxyVpn": 0.5, "ipAddress": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ] }
Get results for a specific session. Returns at most 100 results, sorted by date in descending order.
The developer API key from your account
200
The response is of type object.
object