Skip to main content
The /ct endpoint receives browser events sent by the Scanova Browser SDK. In most cases you do not call this endpoint directly — the SDK handles it. This page documents the request format for custom integrations or debugging. Base URL: https://t.scanova.io

Endpoint

No authentication header is required. Requests are validated by checking the Origin or Referer header against the site’s Allowed Domains list.

Request

Headers:
Body:

Fields

Response

Success (200):
Error responses:

CORS

The /ct endpoint supports CORS. Browser requests from allowed domains are permitted with:
Preflight (OPTIONS) requests return 204 with the appropriate CORS headers.

Batch endpoint

To send multiple browser events in a single request:
Request body wraps an array:
Up to 100 events per batch request.