Skip to main content
GET
/
watchlists
/
membership
Check watchlist memberships for an entity
curl --request GET \
  --url https://lens-api.tic.io/watchlists/membership \
  --header 'x-api-key: <api-key>'
[
  {
    "watchListGuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "watchListName": "<string>",
    "watchListMemberGuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]
Pro+ tier

Authorizations

x-api-key
string
header
required

Query Parameters

companyId
integer<int32>

Company ID (mutually exclusive with other *Id params)

personId
integer<int32>

Person ID (mutually exclusive with other *Id params)

addressId
integer<int32>

Address ID (mutually exclusive with other *Id params)

propertyId
integer<int32>

Property ID (mutually exclusive with other *Id params)

vehicleId
integer<int32>

Vehicle ID (mutually exclusive with other *Id params)

Response

Watchlist memberships for the entity

watchListGuid
string<uuid>
watchListName
null | string
watchListMemberGuid
string<uuid>