This page explains the shared notification model and the v1 API URL examples. For the full LENS (v2) watchlist surface — CRUD, members, subscriptions, event types, dashboard, and bulk acknowledge — see Watchlists in the v2 API.
Concepts
TIC uses three concepts for change notifications. Keeping them straight makes the rest of this page easier to follow.| Term | Meaning |
|---|---|
| Watchlist | A list of entities you want to monitor (companies, persons, addresses, properties, vehicles). |
| Notification trigger | A destination attached to a watchlist that receives notifications. A trigger has a type (webhook, email, or sms) and a destination (URL, email address, or mobile phone number). |
| Event | A detected change to a watchlist member (e.g. new address, new beneficial owner). Events are delivered to every enabled trigger on the watchlist. |
Creating a notification trigger
Before a trigger becomes active it must be confirmed. Confirmation behavior depends on the trigger type:Webhook trigger (URL)
Auto-confirms when the destination URL responds with a successful HTTP status code to the initial confirmation request. Retries up to three times.Email trigger
An email is sent to the destination address with a confirmation link. The trigger activates once the recipient clicks it.SMS trigger
A text message is sent to the destination mobile number with a confirmation link. The trigger activates once the recipient clicks it.Example — creating a webhook trigger
The example below adds a webhook trigger to watchlist6 that reacts to changes in address, annual reports, intelligence, representatives, and status.
cURL
Response
Webhook payload
Testing a webhook trigger
You can test webhook triggers to verify your endpoint handles the payload correctly.cURL
Test payload
Event types
ThewatchListMemberEventType field identifies what changed. Valid values:
| Type | Description |
|---|---|
| companyAddress | New information about one or more company addresses |
| companyName | New information about the company’s legal or trade names |
| companyStatus | New information about company status |
| companyRegistration | New information about registration (VAT, payroll, tax, etc.) |
| companyIntelligence | New intelligence flags or signals |
| companyBeneficialOwner | New information about beneficial owners |
| companyWorkplace | New information about one or more workplaces owned by the company |
| companyPerson | New information about company representatives |
| companyRegisteredOffice | New information about the registered office |
| companyShareCapital | New information about share capital |
| companyPurpose | New information about the company’s registered purpose |
| companyDebtBalance | Changes to the debt balance |
| companyOrderToPayCase | New information about one or more order-to-pay cases |
| companyFinancialDocument | New financial documents such as annual reports |
| companyCase | New information about cases (inneliggande ärenden) |
| personAddress | New information about person addresses |
| personName | New information about person names |
| personStatus | New information about person status |
| personCompany | New information about the person’s role as a company representative |