/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
Origin or Referer header against the site’s Allowed Domains list.
Request
Headers:Fields
Response
Success (200):
CORS
The/ct endpoint supports CORS. Browser requests from allowed domains are permitted with:
OPTIONS) requests return 204 with the appropriate CORS headers.