cURL
curl --request POST \ --url https://api.tic.io/watchlists/{watchListId}/members \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "companyId": 123, "personId": 123, "externalId": "<string>" }'
{ "teamWatchListMemberId": 123, "companyId": 123, "personId": 123, "externalId": "<string>", "lastUpdatedAtUtc": "2023-11-07T05:31:56Z" }
Add a member to the watchlist
The payload
The body is of type object.
object
Created
The response is of type object.