Background Check API
You can find the full YAML swagger specification here
You can find the full JSON swagger specification here
Every API below requires an access token that you can retrieve using the Authorisation API
Background check 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 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.
Background check result
Bad Request: Missing required input or invalid format
Unauthorized: No valid access token has been provided
Forbidden: Access token doesn't have permission to use the requested feature
Internal Server Error: Unexpected error
POST /api/v1/bc/rdc HTTP/1.1
Host: id.uqudo.io
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 123
{
"enableMonitoring": false,
"fullName": "text",
"gender": "M",
"dateOfBirth": "2025-08-06",
"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-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"event": [
{
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-08-06T12:13:26.730Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"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-08-06T12:13:26.730Z",
"toDt": "2025-08-06T12:13:26.730Z"
}
],
"birthDt": [
"2025-08-06T12:13:26.730Z"
],
"attribute": [
{
"attCode": "text",
"attDesc": "text",
"attVal": "text"
}
],
"alertNote": "text",
"sysId": "text",
"rdcURL": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": false
}
],
"sources": {
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"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-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"event": [
{
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-08-06T12:13:26.730Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"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-08-06T12:13:26.730Z",
"toDt": "2025-08-06T12:13:26.730Z"
}
],
"birthDt": [
"2025-08-06T12:13:26.730Z"
],
"attribute": [
{
"attCode": "text",
"attDesc": "text",
"attVal": "text"
}
],
"alertNote": "text",
"sysId": "text",
"rdcURL": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": false
}
],
"sources": {
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"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-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"event": [
{
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-08-06T12:13:26.730Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"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-08-06T12:13:26.730Z",
"toDt": "2025-08-06T12:13:26.730Z"
}
],
"birthDt": [
"2025-08-06T12:13:26.730Z"
],
"attribute": [
{
"attCode": "text",
"attDesc": "text",
"attVal": "text"
}
],
"alertNote": "text",
"sysId": "text",
"rdcURL": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": false
}
],
"sources": {
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"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-08-06T12:13:26.730Z",
"expDt": "text"
}
],
"bestMatch": false,
"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-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-08-06T12:13:26.730Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-08-06T12:13:26.730Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": false
}
],
"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-08-06T12:13:26.730Z",
"toDt": "2025-08-06T12:13:26.730Z"
}
],
"birthDt": [
"2025-08-06T12:13:26.730Z"
],
"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-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-08-06T12:13:26.730Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-08-06T12:13:26.730Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": false
}
],
"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-08-06T12:13:26.730Z",
"toDt": "2025-08-06T12:13:26.730Z"
}
],
"orgId": [
{
"genericOrgId": [
{
"genericIdNbr": "text",
"genericIdTyp": "SSN",
"genericIdIssueDt": "2025-08-06T12:13:26.730Z",
"genericIdExpDt": "2025-08-06T12:13:26.730Z",
"genericIdCountryCode": {
"countryCodeValue": "text"
}
}
]
}
],
"name": "text"
},
"countryIlistInfo": {
"ilistTrackingId": "text",
"ilistEntryId": 1,
"ilist": {
"ilistId": 1,
"name": "text",
"description": "text",
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-08-06T12:13:26.730Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-08-06T12:13:26.730Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": false
}
],
"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-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-08-06T12:13:26.730Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-08-06T12:13:26.730Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": false
}
],
"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-08-06T12:13:26.730Z",
"toDt": "2025-08-06T12:13:26.730Z"
}
],
"birthDt": [
"2025-08-06T12:13:26.730Z"
],
"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-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-08-06T12:13:26.730Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-08-06T12:13:26.730Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": false
}
],
"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-08-06T12:13:26.730Z",
"toDt": "2025-08-06T12:13:26.730Z"
}
],
"orgId": [
{
"genericOrgId": [
{
"genericIdNbr": "text",
"genericIdTyp": "SSN",
"genericIdIssueDt": "2025-08-06T12:13:26.730Z",
"genericIdExpDt": "2025-08-06T12:13:26.730Z",
"genericIdCountryCode": {
"countryCodeValue": "text"
}
}
]
}
],
"name": "text"
},
"countryIlistInfo": {
"ilistTrackingId": "text",
"ilistEntryId": 1,
"ilist": {
"ilistId": 1,
"name": "text",
"description": "text",
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-08-06T12:13:26.730Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-08-06T12:13:26.730Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": false
}
],
"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-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-08-06T12:13:26.730Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-08-06T12:13:26.730Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": false
}
],
"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-08-06T12:13:26.730Z",
"toDt": "2025-08-06T12:13:26.730Z"
}
],
"birthDt": [
"2025-08-06T12:13:26.730Z"
],
"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-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-08-06T12:13:26.730Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-08-06T12:13:26.730Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": false
}
],
"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-08-06T12:13:26.730Z",
"toDt": "2025-08-06T12:13:26.730Z"
}
],
"orgId": [
{
"genericOrgId": [
{
"genericIdNbr": "text",
"genericIdTyp": "SSN",
"genericIdIssueDt": "2025-08-06T12:13:26.730Z",
"genericIdExpDt": "2025-08-06T12:13:26.730Z",
"genericIdCountryCode": {
"countryCodeValue": "text"
}
}
]
}
],
"name": "text"
},
"countryIlistInfo": {
"ilistTrackingId": "text",
"ilistEntryId": 1,
"ilist": {
"ilistId": 1,
"name": "text",
"description": "text",
"source": [
{
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
}
]
},
"ilistEvent": {
"category": {
"categoryCode": "text",
"categoryDesc": "text"
},
"eventDesc": "text",
"eventDt": "2025-08-06T12:13:26.730Z",
"subCategory": {
"categoryCode": "text",
"categoryDesc": "text"
},
"source": {
"sourceName": "text",
"sourceURL": "text",
"entityDt": "2025-08-06T12:13:26.730Z",
"format": "text",
"headline": "text",
"publicationSource": "text",
"publisher": "text",
"sourceKy": "text"
},
"endDate": "2025-08-06T12:13:26.730Z"
},
"alertNote": "text",
"alias": [
{
"aliasTyp": "text",
"aliasName": "text",
"bestMatch": false
}
],
"rdcId": [
{
"rdcIdTyp": "text",
"rdcIdVal": "text"
}
],
"additionalInfo": [
{
"info": "text"
}
],
"entryRule": [
{
"entryRuleDescription": "text"
}
],
"name": "text",
"shortName": "text",
"city": "text",
"stateProv": "text",
"postalCode": "text"
}
}
]
},
"monitoringId": "text"
}
Background check monitoring delete API
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 allows you to delete the monitoring associated with a specific inquiry
Bearer token
No content
Unauthorized: No valid access token has been provided
Forbidden: Access token doesn't have permission to use the requested feature
Internal Server Error: Unexpected error
DELETE /api/v1/bc/rdc/monitoring/{id} HTTP/1.1
Host: id.uqudo.io
Authorization: text
Accept: */*
No content
Background check monitoring notification API (customer webhook)
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.
Customer webhook
POST
https://your_api_base_url/path
Uqudo will push a json object in the request body. You can see the swagger definition here https://id.uqudo.io/doc/v3/grid-services-v2-swagger.json#/definitions/AlertsType
Query Parameters
monitoringId*
String
Monitoring id
Request Body
Last updated
Was this helpful?