This endpoint supports secure data transmission with AES-256 encryption when the option is enabled.
Endpoint
Base URL
Authentication
Include your API key in the request header:Your API key for authentication
Path Parameters
The ID of the worklist containing the record
The unique identifier of the ongoing monitoring record to retrieve
Request Example
Response
Success Response
Response Fields
Full name of the person being monitored
Unique identifier for the ongoing monitoring record
The submission ID associated with this record
Country code of the person’s nationality (e.g., “KOR” for Korea)
Current screening status of the record
Date of birth in YYYY-MM-DD format
Email address of the person being monitored
Administrative notes or comments about the record
Array of tags associated with this record
Email address of the administrator who last modified the record
ISO 8601 timestamp of the last record update
Number of open matches found during screening
Number of false positive matches identified
Number of confirmed positive matches
Number of discarded or invalid matches
Error Response
Error Codes
Error Code | HTTP Status | Description |
---|---|---|
invalid_record | 400 | The specified record ID does not exist |
invalide_worklist | 400 | The specified worklist ID is invalid |
invalid_project | 400 | Missing project ID or invalid API key |
Secure Data Transmission
This endpoint supports secure data transmission with AES-256 encryption when the option is enabled. The encryption/decryption method follows the same approach as other secure endpoints.