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

    WatchlistEntriesList

    {
        "data": [
            {
                "id": "string",
                "watchlistId": "string",
                "entityName": "string",
                "entityType": "string",
                "alternateNames": [
                    "string"
                ],
                "identifiers": [
                    "string"
                ],
                "addresses": [
                    "string"
                ],
                "programs": [
                    "string"
                ],
                "countries": [
                    "string"
                ],
                "reason": "string",
                "createdAt": "string",
                "updatedAt": "string",
                "property1": "string",
                "property2": "string"
            }
        ],
        "pagination": {
            "total": 0,
            "page": 1,
            "limit": 1,
            "totalPages": 0
        }
    }
    Built with