Qeep
    • Screening
      • Screen transaction
        POST
      • Get screening result by ID
        GET
      • Rescreen transaction
        POST
      • List screening requests
        GET
      • Record screening outcome
        POST
    • Watchlists
      • Entries
        • Add watchlist entry
        • List watchlist entries
        • Remove watchlist entry
        • Export watchlist entries
        • Bulk import watchlist entries
      • Jobs
        • Cancel a watchlist import job
        • Get watchlist import job
        • List watchlist import jobs
        • Sync watchlist
      • List watchlists
        GET
      • Create watchlist
        POST
      • Update watchlist
        PATCH
    • Schemas
      • ValidationErrorDetail
      • RecordOutcome
      • ErrorDetails
      • ApiErrorResponse
      • ScreeningResult
      • Watchlist
      • ScreenTransaction
      • CreateWatchlist
      • ScreeningRequestsList
      • WatchlistsList
      • Rescreen
      • UpdateWatchlist
      • WatchlistEntriesList
      • WatchlistEntry
      • AddEntry
      • RemoveWatchlistEntry
      • SyncWatchlist
      • WatchlistImportJob
      • WatchlistExport
      • WatchlistImportJobsList

    Watchlist

    {
        "id": "string",
        "tenantId": "string",
        "name": "string",
        "description": "string",
        "source": "string",
        "listType": "string",
        "isActive": true,
        "entryCount": 0,
        "syncStatus": "string",
        "matchThreshold": "string",
        "importInProgress": true,
        "activeImportJobId": "string",
        "syncScheduleCron": "string",
        "lastSyncedAt": "string",
        "createdAt": "string",
        "updatedAt": "string"
    }
    Built with