| 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 Watchlist

- **birthDate**  
  `string`  
  Birthdate (timestamp) of person that is being uploaded to Watchlist

- **idNumber**  
  `string`  
  Id number of person that is being uploaded to Watchlist

- **email**  
  `string`  
  Email of person that is being uploaded to Watchlist

- **phone**  
  `string`  
  Phone of person that is being uploaded to Watchlist

- **personalIdNumber**  
  `string`  
  Personal Id Number of person that is being uploaded to Watchlist

- **imageBase64**  
  `string`  
  Base64 representation of face image of person that is being uploaded to Watchlist

- **frontIdBase64**  
  `string`  
  Base64 representation of front side of document image that is being processed to gather OCR data and uploaded to Watchlist

- **backIdBase64**  
  `string`  
  Base64 representation of back side of document image that is being processed to gather OCR data and uploaded to Watchlist

- **watchlistType**  
  `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

```bash
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`"
