Prerequisite:

Please ensure you have read the VISE Overview before proceeding as the API endpoint is based on your VISE url which is dynamic.

Where vise-url is mentioned, we are referring to your actual VISE domain, not ‘vise-url’. Explained in the VISE overview.

All requests to the Vecurity VISE API requires Session creation in tandem with your Vecurity API token in order to make use of the API Endpoints. More details can be found the VISE Authentication page.

If you require support here, please get in touch with our Live chat or support@vecurity.net

HTTP Endpoint GET

https://{VISE-URL}/api/insight/traffic_type.json

Query Parameters

- auth_token - String (required) - Your authentication token from the Vecurity dashboard
- domain_id - String (required) - A unique GUID identifier for a domain.
- from_date - Date (required) - Start date of reporting period. [YYYY-MM-DD].
- to_date - Date (required) - End date of reporting period. [YYYY-MM-DD].

Endpoint Description

This API interface is part of the VISE Analytics module. It fetches data relating to Traffic type data.

The data retrieved from this endpoint specifically is a breakdown of web traffic by traffic type between a period.

Response Example