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

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Watchlist GUID

propertyId
integer<int32>
required

Internal property ID to add

Response

Property added to watchlist