/accounts/{account}/alerts

get

Returns all type of alerts with all statuses

get

Returns all information about one alert

post

Accepts and finishes the alert

post

Puts the alert on-hold to handle it later

post

Rejects and finishes the alert.

You reject an alert when it was based on a wrong person matching. When this occurs, our team will review a request to resolve this wrong match. Until then the person information will still appear merged.

/accounts/{account}/customers

get

Lists all added customers for the given company account

post

Registers a new person (customer) to follow up.

You can send multiple pieces of information (aka. pois), but at least the types 'person' (allowed values: 'P' for natural person, and 'E' for legal person) and 'name.full' must be included.

Following pieces of information are mandatory: person, name.full, id.national, birth.date, etc

post

Make a search in customers.

The search term will be matched against names and document ids of the customers.

get

Returns all information (visible for the given company account) of a customer

post

Reactivates a customer after having being deactivated and starts monitoring again.

get

Returns all alerts related to a given customer

post

Sets a new risk value

You can change the risk and add a comment. As response you will get the whole customer object.

post

Deactivates a customer and stops monitoring.

You normally deactivate a customer when he/she is no longer your customer but want or need to keep the data.

post

Deletes a customer. This operation is destructive and cannot be undone.

You normally delete a customer if the information was erroneous or when you want to eliminate the data for GDPR purposes.

get

Returns all uploaded documents related to a given customer

get

Returns all current possible matches for the current customer

post

Rejects all pending matches for the given customer.

post

Accepts the given match, meaning it is the same as the customer.

post

Rejects the given match, meaning it is a false positive.

post

Adds a new Point of Information to the customer

get

Returns a PDF document describing a report for the given customer.

/accounts/{account}/services

post

Scans a set of image files from a single document and returns the read info.

You can upload the front and rear images separately, but it is recommended to upload both using the same request to improve performance.

/accounts/{account}/search-results

get

Returns all information (visible for the given company account) of a specific search.

post

Clears all sensitive data of a given search and set the status to 'cleared'.

get

Returns a PDF document describing a negative search report (no matches found) for a given query.

/accounts/{account}/subjects

post

Makes a query to find possible matches.

You can query by multiple pieces of information (aka. pois), such as name.full or id.national.

post

Makes a query to find possible matches only against sanctions and terrorists lists.

You can query by multiple pieces of information (aka. pois), such as name.full or id.national.

get

Returns all information (visible for the given company account) of a generic subject

get

Returns a PDF document describing a report for a given subject

/users

get
get

Returns information about all your related company accounts