Monitoring
Subscribe a customer or business to monitoring
This endpoint is rarely needed. Since August 2022, watchlist monitoring is automatically enabled for all businesses and customers who are verified (KYC/KYB) through Synctera's platform.
post/monitoring/subscriptions
Request body
Example request
{
"business_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"creation_time": "2010-05-06T12:23:34.321Z",
"last_updated_time": "2010-05-06T12:23:34.321Z",
"person_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7"
}Response
The new monitoring subscription.
Example response
{
"business_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
"creation_time": "2010-05-06T12:23:34.321Z",
"last_updated_time": "2010-05-06T12:23:34.321Z",
"person_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7"
}