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
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"
}
The watchlist id
OK
The response is of type object
.