Get Detail of One Monitor Record
This endpoint will fetch the details for a specific individual monitor record.
Version 1
URL Parameters
Field
Remark
Response Body
Field
Remark
Sample Response Body
{
"status": "success",
"messageCode": null,
"message": "Success",
"data": {
"name": "Donald John Trump",
"addresses": [
{
"geography": "US",
"city": "US"
}
],
"dob": "1970-08-22",
"gender": "male",
"openDatasets": [],
"countries": [
"US"
],
"id": "1",
"status": "screenedNoMatches",
"openCount": 0,
"falsePositiveCount": 0,
"truePositiveCount": 0,
"discardedCount": 0,
"createdDateTimeISO": "2025-10-17T07:57:08.237Z",
"lastUpdatedDateTimeISO": "2025-11-06T08:53:46.112Z",
"lastNotificationDateISO": "2025-10-17"
}
}
Last updated