cURL
curl --request GET \ --url https://api.tic.io/watchlists/{watchListId} \ --header 'x-api-key: <api-key>'
{ "teamWatchListId": 123, "watchListName": "<string>", "watchListDescription": "<string>", "numberOfMembersOnWatchList": 123, "lastUpdatedAtUtc": "2023-11-07T05:31:56Z" }
Get watchlist by id
Documentation IndexFetch the complete documentation index at: https://docs.tic.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tic.io/llms.txt
Use this file to discover all available pages before exploring further.
The watchlist id
OK