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

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Watchlist GUID

vehicleId
integer<int32>
required

Internal vehicle summary ID to add

Response

Vehicle added to watchlist