Skip to main content
POST
/
watchlists
/
{id}
/
persons
/
{personId}
Add a person to a watchlist
curl --request POST \
  --url https://lens-api.tic.io/watchlists/{id}/persons/{personId} \
  --header 'x-api-key: <api-key>'
Max+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Watchlist GUID

personId
integer<int32>
required

Internal person ID to add

Response

Person added to watchlist