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

Background check API

post

This endpoint allows you to perform a background check

Header parameters
AuthorizationstringRequired

Bearer token

Body
enableMonitoringbooleanOptional

If set to true it will enable continuous monitoring for the specific inquiry

Default: false
fullNamestring · min: 1Required

Full name of the person

genderstring · enumOptional

Gender of the person

Possible values:
dateOfBirthstring · dateOptional

Date of birth of the person in format yyyy-MM-dd

countryCodestring · enumOptional

Country of residency of the person

Possible values:
trackingIdstringOptional

Identifier for each inquiry record. You can use the identifier to retrieve the inquiry in Moody's portal.

Responses
200
Background check result
application/json
post
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-07-16",
  "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-07-16T10:01:19.279Z",
          "format": "text",
          "headline": "text",
          "publicationSource": "text",
          "publisher": "text",
          "sourceKy": "text"
        },
        "event": [
          {
            "category": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "eventDesc": "text",
            "eventDt": "2025-07-16T10:01:19.279Z",
            "subCategory": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "source": {
              "sourceName": "text",
              "sourceURL": "text",
              "entityDt": "2025-07-16T10:01:19.279Z",
              "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-07-16T10:01:19.279Z",
            "toDt": "2025-07-16T10:01:19.279Z"
          }
        ],
        "birthDt": [
          "2025-07-16T10:01:19.279Z"
        ],
        "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-07-16T10:01:19.279Z",
              "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-07-16T10:01:19.279Z",
          "format": "text",
          "headline": "text",
          "publicationSource": "text",
          "publisher": "text",
          "sourceKy": "text"
        },
        "event": [
          {
            "category": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "eventDesc": "text",
            "eventDt": "2025-07-16T10:01:19.279Z",
            "subCategory": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "source": {
              "sourceName": "text",
              "sourceURL": "text",
              "entityDt": "2025-07-16T10:01:19.279Z",
              "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-07-16T10:01:19.279Z",
            "toDt": "2025-07-16T10:01:19.279Z"
          }
        ],
        "birthDt": [
          "2025-07-16T10:01:19.279Z"
        ],
        "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-07-16T10:01:19.279Z",
              "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-07-16T10:01:19.279Z",
          "format": "text",
          "headline": "text",
          "publicationSource": "text",
          "publisher": "text",
          "sourceKy": "text"
        },
        "event": [
          {
            "category": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "eventDesc": "text",
            "eventDt": "2025-07-16T10:01:19.279Z",
            "subCategory": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "source": {
              "sourceName": "text",
              "sourceURL": "text",
              "entityDt": "2025-07-16T10:01:19.279Z",
              "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-07-16T10:01:19.279Z",
            "toDt": "2025-07-16T10:01:19.279Z"
          }
        ],
        "birthDt": [
          "2025-07-16T10:01:19.279Z"
        ],
        "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-07-16T10:01:19.279Z",
              "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-07-16T10:01:19.279Z",
            "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-07-16T10:01:19.279Z",
                "format": "text",
                "headline": "text",
                "publicationSource": "text",
                "publisher": "text",
                "sourceKy": "text"
              }
            ]
          },
          "ilistEvent": {
            "category": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "eventDesc": "text",
            "eventDt": "2025-07-16T10:01:19.279Z",
            "subCategory": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "source": {
              "sourceName": "text",
              "sourceURL": "text",
              "entityDt": "2025-07-16T10:01:19.279Z",
              "format": "text",
              "headline": "text",
              "publicationSource": "text",
              "publisher": "text",
              "sourceKy": "text"
            },
            "endDate": "2025-07-16T10:01:19.279Z"
          },
          "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-07-16T10:01:19.279Z",
              "toDt": "2025-07-16T10:01:19.279Z"
            }
          ],
          "birthDt": [
            "2025-07-16T10:01:19.279Z"
          ],
          "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-07-16T10:01:19.279Z",
                "format": "text",
                "headline": "text",
                "publicationSource": "text",
                "publisher": "text",
                "sourceKy": "text"
              }
            ]
          },
          "ilistEvent": {
            "category": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "eventDesc": "text",
            "eventDt": "2025-07-16T10:01:19.279Z",
            "subCategory": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "source": {
              "sourceName": "text",
              "sourceURL": "text",
              "entityDt": "2025-07-16T10:01:19.279Z",
              "format": "text",
              "headline": "text",
              "publicationSource": "text",
              "publisher": "text",
              "sourceKy": "text"
            },
            "endDate": "2025-07-16T10:01:19.279Z"
          },
          "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-07-16T10:01:19.279Z",
              "toDt": "2025-07-16T10:01:19.279Z"
            }
          ],
          "orgId": [
            {
              "genericOrgId": [
                {
                  "genericIdNbr": "text",
                  "genericIdTyp": "SSN",
                  "genericIdIssueDt": "2025-07-16T10:01:19.279Z",
                  "genericIdExpDt": "2025-07-16T10:01:19.279Z",
                  "genericIdCountryCode": {
                    "countryCodeValue": "text"
                  }
                }
              ]
            }
          ],
          "name": "text"
        },
        "countryIlistInfo": {
          "ilistTrackingId": "text",
          "ilistEntryId": 1,
          "ilist": {
            "ilistId": 1,
            "name": "text",
            "description": "text",
            "source": [
              {
                "sourceName": "text",
                "sourceURL": "text",
                "entityDt": "2025-07-16T10:01:19.279Z",
                "format": "text",
                "headline": "text",
                "publicationSource": "text",
                "publisher": "text",
                "sourceKy": "text"
              }
            ]
          },
          "ilistEvent": {
            "category": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "eventDesc": "text",
            "eventDt": "2025-07-16T10:01:19.279Z",
            "subCategory": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "source": {
              "sourceName": "text",
              "sourceURL": "text",
              "entityDt": "2025-07-16T10:01:19.279Z",
              "format": "text",
              "headline": "text",
              "publicationSource": "text",
              "publisher": "text",
              "sourceKy": "text"
            },
            "endDate": "2025-07-16T10:01:19.279Z"
          },
          "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-07-16T10:01:19.279Z",
                "format": "text",
                "headline": "text",
                "publicationSource": "text",
                "publisher": "text",
                "sourceKy": "text"
              }
            ]
          },
          "ilistEvent": {
            "category": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "eventDesc": "text",
            "eventDt": "2025-07-16T10:01:19.279Z",
            "subCategory": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "source": {
              "sourceName": "text",
              "sourceURL": "text",
              "entityDt": "2025-07-16T10:01:19.279Z",
              "format": "text",
              "headline": "text",
              "publicationSource": "text",
              "publisher": "text",
              "sourceKy": "text"
            },
            "endDate": "2025-07-16T10:01:19.279Z"
          },
          "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-07-16T10:01:19.279Z",
              "toDt": "2025-07-16T10:01:19.279Z"
            }
          ],
          "birthDt": [
            "2025-07-16T10:01:19.279Z"
          ],
          "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-07-16T10:01:19.279Z",
                "format": "text",
                "headline": "text",
                "publicationSource": "text",
                "publisher": "text",
                "sourceKy": "text"
              }
            ]
          },
          "ilistEvent": {
            "category": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "eventDesc": "text",
            "eventDt": "2025-07-16T10:01:19.279Z",
            "subCategory": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "source": {
              "sourceName": "text",
              "sourceURL": "text",
              "entityDt": "2025-07-16T10:01:19.279Z",
              "format": "text",
              "headline": "text",
              "publicationSource": "text",
              "publisher": "text",
              "sourceKy": "text"
            },
            "endDate": "2025-07-16T10:01:19.279Z"
          },
          "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-07-16T10:01:19.279Z",
              "toDt": "2025-07-16T10:01:19.279Z"
            }
          ],
          "orgId": [
            {
              "genericOrgId": [
                {
                  "genericIdNbr": "text",
                  "genericIdTyp": "SSN",
                  "genericIdIssueDt": "2025-07-16T10:01:19.279Z",
                  "genericIdExpDt": "2025-07-16T10:01:19.279Z",
                  "genericIdCountryCode": {
                    "countryCodeValue": "text"
                  }
                }
              ]
            }
          ],
          "name": "text"
        },
        "countryIlistInfo": {
          "ilistTrackingId": "text",
          "ilistEntryId": 1,
          "ilist": {
            "ilistId": 1,
            "name": "text",
            "description": "text",
            "source": [
              {
                "sourceName": "text",
                "sourceURL": "text",
                "entityDt": "2025-07-16T10:01:19.279Z",
                "format": "text",
                "headline": "text",
                "publicationSource": "text",
                "publisher": "text",
                "sourceKy": "text"
              }
            ]
          },
          "ilistEvent": {
            "category": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "eventDesc": "text",
            "eventDt": "2025-07-16T10:01:19.279Z",
            "subCategory": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "source": {
              "sourceName": "text",
              "sourceURL": "text",
              "entityDt": "2025-07-16T10:01:19.279Z",
              "format": "text",
              "headline": "text",
              "publicationSource": "text",
              "publisher": "text",
              "sourceKy": "text"
            },
            "endDate": "2025-07-16T10:01:19.279Z"
          },
          "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-07-16T10:01:19.279Z",
                "format": "text",
                "headline": "text",
                "publicationSource": "text",
                "publisher": "text",
                "sourceKy": "text"
              }
            ]
          },
          "ilistEvent": {
            "category": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "eventDesc": "text",
            "eventDt": "2025-07-16T10:01:19.279Z",
            "subCategory": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "source": {
              "sourceName": "text",
              "sourceURL": "text",
              "entityDt": "2025-07-16T10:01:19.279Z",
              "format": "text",
              "headline": "text",
              "publicationSource": "text",
              "publisher": "text",
              "sourceKy": "text"
            },
            "endDate": "2025-07-16T10:01:19.279Z"
          },
          "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-07-16T10:01:19.279Z",
              "toDt": "2025-07-16T10:01:19.279Z"
            }
          ],
          "birthDt": [
            "2025-07-16T10:01:19.279Z"
          ],
          "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-07-16T10:01:19.279Z",
                "format": "text",
                "headline": "text",
                "publicationSource": "text",
                "publisher": "text",
                "sourceKy": "text"
              }
            ]
          },
          "ilistEvent": {
            "category": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "eventDesc": "text",
            "eventDt": "2025-07-16T10:01:19.279Z",
            "subCategory": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "source": {
              "sourceName": "text",
              "sourceURL": "text",
              "entityDt": "2025-07-16T10:01:19.279Z",
              "format": "text",
              "headline": "text",
              "publicationSource": "text",
              "publisher": "text",
              "sourceKy": "text"
            },
            "endDate": "2025-07-16T10:01:19.279Z"
          },
          "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-07-16T10:01:19.279Z",
              "toDt": "2025-07-16T10:01:19.279Z"
            }
          ],
          "orgId": [
            {
              "genericOrgId": [
                {
                  "genericIdNbr": "text",
                  "genericIdTyp": "SSN",
                  "genericIdIssueDt": "2025-07-16T10:01:19.279Z",
                  "genericIdExpDt": "2025-07-16T10:01:19.279Z",
                  "genericIdCountryCode": {
                    "countryCodeValue": "text"
                  }
                }
              ]
            }
          ],
          "name": "text"
        },
        "countryIlistInfo": {
          "ilistTrackingId": "text",
          "ilistEntryId": 1,
          "ilist": {
            "ilistId": 1,
            "name": "text",
            "description": "text",
            "source": [
              {
                "sourceName": "text",
                "sourceURL": "text",
                "entityDt": "2025-07-16T10:01:19.279Z",
                "format": "text",
                "headline": "text",
                "publicationSource": "text",
                "publisher": "text",
                "sourceKy": "text"
              }
            ]
          },
          "ilistEvent": {
            "category": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "eventDesc": "text",
            "eventDt": "2025-07-16T10:01:19.279Z",
            "subCategory": {
              "categoryCode": "text",
              "categoryDesc": "text"
            },
            "source": {
              "sourceName": "text",
              "sourceURL": "text",
              "entityDt": "2025-07-16T10:01:19.279Z",
              "format": "text",
              "headline": "text",
              "publicationSource": "text",
              "publisher": "text",
              "sourceKy": "text"
            },
            "endDate": "2025-07-16T10:01:19.279Z"
          },
          "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

Monitoring delete

delete

This endpoint allows you to delete the monitoring associated with a specific inquiry

Path parameters
idstringRequired
Header parameters
AuthorizationstringRequired

Bearer token

Responses
204
No content
delete
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

Name
Type
Description

monitoringId*

String

Monitoring id

Request Body

Last updated

Was this helpful?