Skip to content

Developer Tools

API Playground

Try the read-only Server API without signing up. Build requests, see responses, and explore what TRACIO stores about a visitor.

Simulated responses — this playground is not connected to a live API. Responses are example data to demonstrate the API format.

Look up a visitor's aggregated history — visits, networks seen, and the highest risk score

Request

# Server API — available on the Pro plan and above
curl "https://api.tracio.ai/v1/visitors/{visitorId}" \
-H "Authorization: Bearer tracio_sk_XXXX...XXXX"
GET /v1/visitors/{visitorId}

Response

Click "Send Request" to see the response

Response Format

A successful call returns the resource itself, plus a meta block telling you which plan and query window answered it. Failures share one envelope: an error object with a string code, a message, and the requestId of the failed call.

{
"error": {
"code": "rate_limited",
"message": "too many requests",
"requestId": "8f14e45fceea167a5a36dedd"
}
}

Get Your API Key

Ready to integrate? Sign up for a free account and get your public key in under a minute — Server API access starts on the Pro plan.