Pro+
/watchlists
Query Parameters
- Type: string
sort By
Responses
Request Example for get/watchlists
curl 'https://lens-api.tic.io/watchlists?sortBy=name' \
--header 'x-api-key: YOUR_SECRET_TOKEN'
[
{
"teamWatchListId": 1,
"watchListGuid": "123e4567-e89b-12d3-a456-426614174000",
"watchListName": null,
"watchListDescription": null,
"numberOfCompanies": 1,
"numberOfPersons": 1,
"numberOfAddresses": 1,
"numberOfProperties": 1,
"numberOfVehicles": 1,
"numberOfNotifications": 1,
"numberOfSubscriptions": 1,
"numberOfUnacknowledgedEvents": 1
}
]