Add custom watchlist entry
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Values of idNumber, email, phone,imageBase64 must be unique. These fields are used to perform search
in watchlist database. At least one of these must be supplied.
Schema Fields
define the schema for the watchlist upload:
name
string
Name of person that is being uploaded to WatchlistbirthDate
string
Birthdate (timestamp) of person that is being uploaded to WatchlistidNumber
string
Id number of person that is being uploaded to Watchlistemail
string
Email of person that is being uploaded to Watchlistphone
string
Phone of person that is being uploaded to WatchlistpersonalIdNumber
string
Personal Id Number of person that is being uploaded to WatchlistimageBase64
string
Base64 representation of face image of person that is being uploaded to WatchlistfrontIdBase64
string
Base64 representation of front side of document image that is being processed to gather OCR data and uploaded to WatchlistbackIdBase64
string
Base64 representation of back side of document image that is being processed to gather OCR data and uploaded to WatchlistwatchlistType
string
enum
Defines type of Watchlist to use
WHITELISTBLACKLIST
Allowed:
WHITELIST``BLACKLIST
recordExpiresAt
string
Date (timestamp) until the watchlist entry is active. When searched after this date, score of watchlist match will be 0.api-version
string
required
Defaults to 1.0
Response Codes
``200 OK
``400 Bad Request
Example Request
curl --request POST \
--url https://demo-api.incodesmile.com/omni/add/watchlist/single-record \
--header 'accept: application/json' \
--header 'api-version: 1.0' \
--header 'content-type: application/json'
Click Try It!
to start a request and see the response here! Or choose an example:
- application/json
Response Example
200- ``400`"