curl --request POST \
--url https://lens-api.tic.io/watchlists/{id}/members/move \
--header 'Content-Type: application/json-patch+json' \
--header 'x-api-key: <api-key>' \
--data '
{
"memberGuids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"targetWatchListGuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'Bulk-moves the listed members from the source watchlist to the target watchlist. Duplicates in the target are skipped, not failed, and reported in SkippedDuplicates.
curl --request POST \
--url https://lens-api.tic.io/watchlists/{id}/members/move \
--header 'Content-Type: application/json-patch+json' \
--header 'x-api-key: <api-key>' \
--data '
{
"memberGuids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"targetWatchListGuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'Pro+ tierDocumentation Index
Fetch the complete documentation index at: https://docs.tic.io/llms.txt
Use this file to discover all available pages before exploring further.
Source watchlist GUID
Returns { MovedCount, SkippedDuplicates, TargetWatchListGuid }