Background Check API
Last updated
Was this helpful?
Last updated
Was this helpful?
You can find the full YAML swagger specification
You can find the full JSON swagger specification
Every API below requires an access token that you can retrieve using the API
The following API allows you to trigger a background check based on the data passed in the body request
Note: the uqudo SDK provides an integrated step for background check that returns the same output in the final result. If you use our SDK we recommend to enable background check directly in the SDK and don't use this API
Note: If you have ICAD (Alert Decisioning) enabled, the content property in the result will always be null even if match property is true. ICAD requires a manual review on the RDC portal
Note: There is a bug in the visualization below for the response body. Please refer to the swagger definition above
This endpoint allows you to delete the monitoring associated with a specific inquiry and based on the monitoring id returned in response of the same inquiry
This endpoint must be exposed by your system. Uqudo will push an update every time there is a change to a specific inquiry identified by the monitoring id. The endpoint can be open, protected by basic authentication or by custom headers.
POST
https://your_api_base_url/path
monitoringId*
String
Monitoring id
*
JSON
Uqudo will push a json object in the request body. You can see the swagger definition here
This endpoint allows you to delete the monitoring associated with a specific inquiry
Bearer token
DELETE /api/v1/bc/rdc/monitoring/{id} HTTP/1.1
Host: id.uqudo.io
Authorization: text
Accept: */*
No content
This endpoint allows you to perform a background check
Bearer token
If set to true it will enable continuous monitoring for the specific inquiry
false
Full name of the person
Gender of the person
Date of birth of the person in format yyyy-MM-dd
Country of residency of the person
Identifier for each inquiry record. You can use the identifier to retrieve the inquiry in Moody's portal.
POST /api/v1/bc/rdc HTTP/1.1
Host: id.uqudo.io
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 122
{
"enableMonitoring": true,
"fullName": "text",
"gender": "M",
"dateOfBirth": "2025-04-19",
"countryCode": "AD",
"trackingId": "text"
}
{
"match": true,
"content": {
"alertDt": "text",
"alertEntity": [
{
"matchScore": 1,
"riskScore": 1,
"cvip": "text",
"entityId": 1,
"entityTyp": "text",
"entityName": "text",
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"event": [
{
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-04-19T17:08:37.436Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
}
],
"postAddr": [
{
"locatorTyp": "text",
"addr1": "text",
"addr2": "text",
"city": "text",
"stateProv": "text",
"postalCode": "text",
"countryCode": {
"countryCodeValue": "text"
},
"fromDt": "2025-04-19T17:08:37.436Z",
"toDt": "2025-04-19T17:08:37.436Z"
}
],
"birthDt": [
"2025-04-19T17:08:37.436Z"
],
"attribute": [
{
"attCode": "text",
"attDesc": "text",
"attVal": "text"
}
],
"alertNote": "text",
"sysId": "text",
"rdcURL": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": true
}
],
"sources": {
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"fullPositions": {
"fullPosition": [
{
"position": "text",
"fromDate": "text",
"toDate": "text"
}
]
},
"pepTypes": {
"pepType": [
{
"type": "text",
"level": 1,
"position": "text",
"fromDate": "text",
"toDate": "text"
}
]
},
"rels": {
"rel": [
{
"relDir": "text",
"relTyp": "text",
"sysId": "text",
"entityName": "text"
}
]
},
"alertConfidence": 1
}
],
"nonReviewedAlertEntity": [
{
"matchScore": 1,
"riskScore": 1,
"cvip": "text",
"entityId": 1,
"entityTyp": "text",
"entityName": "text",
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"event": [
{
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-04-19T17:08:37.436Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
}
],
"postAddr": [
{
"locatorTyp": "text",
"addr1": "text",
"addr2": "text",
"city": "text",
"stateProv": "text",
"postalCode": "text",
"countryCode": {
"countryCodeValue": "text"
},
"fromDt": "2025-04-19T17:08:37.436Z",
"toDt": "2025-04-19T17:08:37.436Z"
}
],
"birthDt": [
"2025-04-19T17:08:37.436Z"
],
"attribute": [
{
"attCode": "text",
"attDesc": "text",
"attVal": "text"
}
],
"alertNote": "text",
"sysId": "text",
"rdcURL": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": true
}
],
"sources": {
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"fullPositions": {
"fullPosition": [
{
"position": "text",
"fromDate": "text",
"toDate": "text"
}
]
},
"pepTypes": {
"pepType": [
{
"type": "text",
"level": 1,
"position": "text",
"fromDate": "text",
"toDate": "text"
}
]
},
"rels": {
"rel": [
{
"relDir": "text",
"relTyp": "text",
"sysId": "text",
"entityName": "text"
}
]
},
"alertConfidence": 1
}
],
"clientDecisionedAlertEntity": [
{
"matchScore": 1,
"riskScore": 1,
"cvip": "text",
"entityId": 1,
"entityTyp": "text",
"entityName": "text",
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"event": [
{
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-04-19T17:08:37.436Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
}
],
"postAddr": [
{
"locatorTyp": "text",
"addr1": "text",
"addr2": "text",
"city": "text",
"stateProv": "text",
"postalCode": "text",
"countryCode": {
"countryCodeValue": "text"
},
"fromDt": "2025-04-19T17:08:37.436Z",
"toDt": "2025-04-19T17:08:37.436Z"
}
],
"birthDt": [
"2025-04-19T17:08:37.436Z"
],
"attribute": [
{
"attCode": "text",
"attDesc": "text",
"attVal": "text"
}
],
"alertNote": "text",
"sysId": "text",
"rdcURL": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": true
}
],
"sources": {
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"fullPositions": {
"fullPosition": [
{
"position": "text",
"fromDate": "text",
"toDate": "text"
}
]
},
"pepTypes": {
"pepType": [
{
"type": "text",
"level": 1,
"position": "text",
"fromDate": "text",
"toDate": "text"
}
]
},
"rels": {
"rel": [
{
"relDir": "text",
"relTyp": "text",
"sysId": "text",
"entityName": "text"
}
]
},
"alertConfidence": 1,
"identifications": [
{
"idNumber": "text",
"idType": "text",
"location": "text",
"country": "text",
"issueDt": "2025-04-19T17:08:37.436Z",
"expDt": "text"
}
],
"bestMatch": true,
"clientDecisioningReason": {
"reasonCode": "text",
"reasonDescription": "text"
}
}
],
"alertIlistEntry": [
{
"matchScore": 1,
"personIlistInfo": {
"ilistTrackingId": "text",
"ilistEntryId": 1,
"ilist": {
"ilistId": 1,
"name": "text",
"description": "text",
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-04-19T17:08:37.436Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-04-19T17:08:37.436Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": true
}
],
"rdcId": [
{
"rdcIdTyp": "text",
"rdcIdVal": "text"
}
],
"additionalInfo": [
{
"info": "text"
}
],
"entryRule": [
{
"entryRuleDescription": "text"
}
],
"postAddr": [
{
"locatorTyp": "text",
"addr1": "text",
"addr2": "text",
"city": "text",
"stateProv": "text",
"postalCode": "text",
"countryCode": {
"countryCodeValue": "text"
},
"fromDt": "2025-04-19T17:08:37.436Z",
"toDt": "2025-04-19T17:08:37.436Z"
}
],
"birthDt": [
"2025-04-19T17:08:37.436Z"
],
"personId": [
{
"driversLicenseOrPassportOrGenericPersonId": [
{}
]
}
],
"personName": {
"fullName": "text",
"familyName": "text",
"givenName": "text",
"middleName": "text"
}
},
"orgIlistInfo": {
"ilistTrackingId": "text",
"ilistEntryId": 1,
"ilist": {
"ilistId": 1,
"name": "text",
"description": "text",
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-04-19T17:08:37.436Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-04-19T17:08:37.436Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": true
}
],
"rdcId": [
{
"rdcIdTyp": "text",
"rdcIdVal": "text"
}
],
"additionalInfo": [
{
"info": "text"
}
],
"entryRule": [
{
"entryRuleDescription": "text"
}
],
"postAddr": [
{
"locatorTyp": "text",
"addr1": "text",
"addr2": "text",
"city": "text",
"stateProv": "text",
"postalCode": "text",
"countryCode": {
"countryCodeValue": "text"
},
"fromDt": "2025-04-19T17:08:37.436Z",
"toDt": "2025-04-19T17:08:37.436Z"
}
],
"orgId": [
{
"genericOrgId": [
{
"genericIdNbr": "text",
"genericIdTyp": "SSN",
"genericIdIssueDt": "2025-04-19T17:08:37.436Z",
"genericIdExpDt": "2025-04-19T17:08:37.436Z",
"genericIdCountryCode": {
"countryCodeValue": "text"
}
}
]
}
],
"name": "text"
},
"countryIlistInfo": {
"ilistTrackingId": "text",
"ilistEntryId": 1,
"ilist": {
"ilistId": 1,
"name": "text",
"description": "text",
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-04-19T17:08:37.436Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-04-19T17:08:37.436Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": true
}
],
"rdcId": [
{
"rdcIdTyp": "text",
"rdcIdVal": "text"
}
],
"additionalInfo": [
{
"info": "text"
}
],
"entryRule": [
{
"entryRuleDescription": "text"
}
],
"name": "text",
"shortName": "text",
"city": "text",
"stateProv": "text",
"postalCode": "text"
}
}
],
"clientDecisionedAlertIlistEntry": [
{
"matchScore": 1,
"personIlistInfo": {
"ilistTrackingId": "text",
"ilistEntryId": 1,
"ilist": {
"ilistId": 1,
"name": "text",
"description": "text",
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-04-19T17:08:37.436Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-04-19T17:08:37.436Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": true
}
],
"rdcId": [
{
"rdcIdTyp": "text",
"rdcIdVal": "text"
}
],
"additionalInfo": [
{
"info": "text"
}
],
"entryRule": [
{
"entryRuleDescription": "text"
}
],
"postAddr": [
{
"locatorTyp": "text",
"addr1": "text",
"addr2": "text",
"city": "text",
"stateProv": "text",
"postalCode": "text",
"countryCode": {
"countryCodeValue": "text"
},
"fromDt": "2025-04-19T17:08:37.436Z",
"toDt": "2025-04-19T17:08:37.436Z"
}
],
"birthDt": [
"2025-04-19T17:08:37.436Z"
],
"personId": [
{
"driversLicenseOrPassportOrGenericPersonId": [
{}
]
}
],
"personName": {
"fullName": "text",
"familyName": "text",
"givenName": "text",
"middleName": "text"
}
},
"orgIlistInfo": {
"ilistTrackingId": "text",
"ilistEntryId": 1,
"ilist": {
"ilistId": 1,
"name": "text",
"description": "text",
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-04-19T17:08:37.436Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-04-19T17:08:37.436Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": true
}
],
"rdcId": [
{
"rdcIdTyp": "text",
"rdcIdVal": "text"
}
],
"additionalInfo": [
{
"info": "text"
}
],
"entryRule": [
{
"entryRuleDescription": "text"
}
],
"postAddr": [
{
"locatorTyp": "text",
"addr1": "text",
"addr2": "text",
"city": "text",
"stateProv": "text",
"postalCode": "text",
"countryCode": {
"countryCodeValue": "text"
},
"fromDt": "2025-04-19T17:08:37.436Z",
"toDt": "2025-04-19T17:08:37.436Z"
}
],
"orgId": [
{
"genericOrgId": [
{
"genericIdNbr": "text",
"genericIdTyp": "SSN",
"genericIdIssueDt": "2025-04-19T17:08:37.436Z",
"genericIdExpDt": "2025-04-19T17:08:37.436Z",
"genericIdCountryCode": {
"countryCodeValue": "text"
}
}
]
}
],
"name": "text"
},
"countryIlistInfo": {
"ilistTrackingId": "text",
"ilistEntryId": 1,
"ilist": {
"ilistId": 1,
"name": "text",
"description": "text",
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-04-19T17:08:37.436Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-04-19T17:08:37.436Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": true
}
],
"rdcId": [
{
"rdcIdTyp": "text",
"rdcIdVal": "text"
}
],
"additionalInfo": [
{
"info": "text"
}
],
"entryRule": [
{
"entryRuleDescription": "text"
}
],
"name": "text",
"shortName": "text",
"city": "text",
"stateProv": "text",
"postalCode": "text"
},
"clientDecisioningReason": {
"reasonCode": "text",
"reasonDescription": "text"
}
}
],
"nonReviewedAlertIlistEntry": [
{
"matchScore": 1,
"personIlistInfo": {
"ilistTrackingId": "text",
"ilistEntryId": 1,
"ilist": {
"ilistId": 1,
"name": "text",
"description": "text",
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-04-19T17:08:37.436Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-04-19T17:08:37.436Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": true
}
],
"rdcId": [
{
"rdcIdTyp": "text",
"rdcIdVal": "text"
}
],
"additionalInfo": [
{
"info": "text"
}
],
"entryRule": [
{
"entryRuleDescription": "text"
}
],
"postAddr": [
{
"locatorTyp": "text",
"addr1": "text",
"addr2": "text",
"city": "text",
"stateProv": "text",
"postalCode": "text",
"countryCode": {
"countryCodeValue": "text"
},
"fromDt": "2025-04-19T17:08:37.436Z",
"toDt": "2025-04-19T17:08:37.436Z"
}
],
"birthDt": [
"2025-04-19T17:08:37.436Z"
],
"personId": [
{
"driversLicenseOrPassportOrGenericPersonId": [
{}
]
}
],
"personName": {
"fullName": "text",
"familyName": "text",
"givenName": "text",
"middleName": "text"
}
},
"orgIlistInfo": {
"ilistTrackingId": "text",
"ilistEntryId": 1,
"ilist": {
"ilistId": 1,
"name": "text",
"description": "text",
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-04-19T17:08:37.436Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-04-19T17:08:37.436Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": true
}
],
"rdcId": [
{
"rdcIdTyp": "text",
"rdcIdVal": "text"
}
],
"additionalInfo": [
{
"info": "text"
}
],
"entryRule": [
{
"entryRuleDescription": "text"
}
],
"postAddr": [
{
"locatorTyp": "text",
"addr1": "text",
"addr2": "text",
"city": "text",
"stateProv": "text",
"postalCode": "text",
"countryCode": {
"countryCodeValue": "text"
},
"fromDt": "2025-04-19T17:08:37.436Z",
"toDt": "2025-04-19T17:08:37.436Z"
}
],
"orgId": [
{
"genericOrgId": [
{
"genericIdNbr": "text",
"genericIdTyp": "SSN",
"genericIdIssueDt": "2025-04-19T17:08:37.436Z",
"genericIdExpDt": "2025-04-19T17:08:37.436Z",
"genericIdCountryCode": {
"countryCodeValue": "text"
}
}
]
}
],
"name": "text"
},
"countryIlistInfo": {
"ilistTrackingId": "text",
"ilistEntryId": 1,
"ilist": {
"ilistId": 1,
"name": "text",
"description": "text",
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-04-19T17:08:37.436Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-04-19T17:08:37.436Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-04-19T17:08:37.436Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": true
}
],
"rdcId": [
{
"rdcIdTyp": "text",
"rdcIdVal": "text"
}
],
"additionalInfo": [
{
"info": "text"
}
],
"entryRule": [
{
"entryRuleDescription": "text"
}
],
"name": "text",
"shortName": "text",
"city": "text",
"stateProv": "text",
"postalCode": "text"
}
}
]
},
"monitoringId": "text"
}