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

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Watchlist GUID

companyId
integer<int32>
required

Internal company ID to add

Response

Company added to watchlist