Seller Detailed Search
This endpoint is similar to the SellerSearch call, except that it will reach out to grab updated Bankruptcy, Lien, and Judgement Data and Corporate Filing data if the client has those packages outlined in their contract. A callback URL is required to receive the updated SellerReport once the request is complete. If detailed_info is false, it will only grab BLJ summary info -- which is the total counts of bankruptcies, liens, and judgements. If the client wishes to grab specific bankruptcy, lien, and judgement data set this parameter to True. See the "blj" and "secretary_of_state" fields returned in the SellerReport payload. This call returns a request_id where the client can check on the status of the request with the SellerDetailedStatus call or directly grab the result of the request in the SellerDetailedResult call. An indepth walkthrough of implementing these calls can be read here.
Lender ID provided by Verdata
Ignore this field internal use only
Seller Detailed Report
POST /external/api/v1/seller-detailed HTTP/1.1
Host: api.myverdata.com
Authorization: YOUR_API_KEY
LenderId: text
Content-Type: application/json
Accept: */*
Content-Length: 326
{
"legal_entity_name": "text",
"name": "text",
"address_line_1": "text",
"address_line_2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"ein": "text",
"phone": "text",
"alt_phone": "text",
"fax": "text",
"email": "text",
"domain_name": "text",
"callback": "text",
"inquiry_id": "123e4567-e89b-12d3-a456-426614174000"
}Seller Detailed Report
{
"status": "text",
"request_id": "123e4567-e89b-12d3-a456-426614174000"
}Check on the status of a Detailed Seller Request by passing in request_id.
Lender ID provided by Verdata
Request Status
GET /external/api/v1/seller-request-check/{request_id} HTTP/1.1
Host: api.myverdata.com
Authorization: YOUR_API_KEY
LenderId: text
Accept: */*
Request Status
{
"status": "text",
"redirect_url": "text"
}If a seller detailed request is complete, will return the detailed seller report by passing in request_id.
Lender ID provided by Verdata
Seller Detailed Report
GET /external/api/v1/seller-request-result/{request_id} HTTP/1.1
Host: api.myverdata.com
Authorization: YOUR_API_KEY
LenderId: text
Accept: */*
Seller Detailed Report
{
"request_id": "123e4567-e89b-12d3-a456-426614174000",
"seller_id": "123e4567-e89b-12d3-a456-426614174000",
"dashboard_url": "text",
"seller": {
"name": "text",
"name_dba": "text",
"address_line_1": "text",
"address_line_2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"phone": "text",
"fax": "text",
"email": "text",
"domain_name": "text",
"ein": "text",
"sic_code": "text"
},
"principals": [
{
"principal_id": "text",
"status": "text",
"first_name": "text",
"middle_name": "text",
"last_name": "text",
"suffix": "text",
"principal_type": "text",
"address_line_1": "text",
"address_line_2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"phone": "text",
"email": "text",
"date_of_birth": "2025-12-06",
"npi_id": "text",
"source_principals": [
{
"source_principal_id": "text",
"principal_type": "text",
"first_name": "text",
"middle_name": "text",
"last_name": "text",
"suffix": "text",
"address_line_1": "text",
"address_line_2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"phone": "text",
"email": "text",
"date_of_birth": "2025-12-06",
"npi_id": "text",
"blj_data": {
"principal": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"principal_type": 0,
"first_name": "text",
"middle_name": "text",
"last_name": "text",
"suffix": "text",
"phone_numbers": [
"text"
],
"email_addresses": [
"text"
],
"title": "text",
"gender": "text",
"deceased": "text",
"under_age18": "text",
"number_of_liens": 1,
"number_of_addresses": 1,
"number_of_judgements": 1,
"most_recent_lien_date": "2025-12-06",
"number_of_bankruptcies": 1,
"most_recent_judgement_date": "2025-12-06",
"most_recent_bankruptcy_date": "2025-12-06",
"number_of_bankruptcy_records": 1,
"most_recent_bankruptcy_record_date": "2025-12-06",
"number_of_utility_records_available": 1
},
"locations": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"phone_numbers": [
"text"
],
"addr1": "text",
"addr2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"addr_key": "text",
"mak": "text",
"addr_type_code": "text",
"addr_type_str": "text",
"rdbi": "text",
"first_reported": "2025-12-06",
"last_reported": "2025-12-06"
}
],
"watchlists": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"score": "text",
"source": "text",
"page_url": "text",
"program": "text",
"full_name": "text",
"alias_name": "text",
"alias_type": "text",
"original_id": "text",
"listing_date": "2025-12-06",
"country": "text",
"remarks": "text",
"wanted_by": "text",
"legal_basis": "text",
"sex": "text",
"citizenship": "text",
"place_of_birth": "text"
}
],
"bankruptcies": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"file_date": "2025-12-06",
"case_number": "text",
"case_status": "text",
"chapter": 1,
"notice_type": "text",
"law_firm": "text",
"attorney_name": "text",
"trustee_name": "text",
"judge_name": "text",
"court_id": "text",
"court_name": "text",
"court_district": "text",
"court_division": "text",
"debtor_name": "text",
"nph_id": "text",
"pro_se": "text",
"claim_date": "2025-12-06",
"converted": "text",
"voluntary": "text",
"indicators": "text",
"report_date": "2025-12-06",
"discharge_date": "2025-12-06",
"dismissal_date": "2025-12-06",
"case_status_date": "2025-12-06",
"assets_available": "text",
"sec341_meeting_date": "2025-12-06",
"sec341_meeting_time": "text"
}
],
"liens": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"full_name": "text",
"filing_date": "2025-12-06",
"filing_type": "text",
"court_case_number": "text",
"alt_court_case_number": "text",
"lien_amount": 1,
"recording_number": "text",
"recording_date": "2025-12-06",
"plaintiff_business_name": "text",
"court_id": "text",
"court_name": "text",
"kind_of_tax": "text",
"tax_lien_date": "2025-12-06",
"filing_location": "text",
"deed_category_type": "text",
"tax_period_maximum": "2025-12-06",
"tax_period_minimum": "2025-12-06",
"damar_document_type": "text",
"federal_tax_lien_area": "text",
"extension_date": "2025-12-06",
"tax_lien_serial_lien_certificate_number": "text",
"federal_tax_lien_prepared_and_signed_city": "text",
"federal_tax_lien_prepared_and_signed_state": "text"
}
],
"judgements": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"filing_date": "2025-12-06",
"filing_location": "text",
"filing_type": "text",
"court_case_number": "text",
"amount_awarded": 1,
"interest_rate": 1,
"recording_number": "text",
"recording_date": "2025-12-06",
"abstract_issued_date": "2025-12-06",
"full_name": "text",
"plaintiff_business_name": "text",
"court_id": "text",
"court_name": "text",
"report_date": "2025-12-06",
"deed_category_type": "text",
"damar_document_type": "text",
"creditor_name": "text"
}
]
},
"adverse_media_data": {
"watchlists_sanctions": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"vitals4_business_id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"record_type": "text",
"subject_id": "123e4567-e89b-12d3-a456-426614174000",
"subject": "text",
"hash_value": "text",
"score": 1,
"category": "text",
"product_id": "text",
"source_id": "text",
"address": "text",
"age": "text",
"alias_list": "text",
"birth_years": [
"text"
],
"caution": "text",
"date_of_birth": "text",
"dates_of_birth_normalized": [
"text"
],
"entity_name": "text",
"eye_color": "text",
"gender": "text",
"hair_color": "text",
"program": "text",
"race": "text",
"remarks": "text",
"source_agency_acronym": "text",
"source_agency_name": "text",
"source_list_type": "text",
"source_parent_agency": "text",
"source_region": "text",
"source_country": "text",
"subject_matched": "text",
"text": "text",
"url": "text",
"weight": "text",
"passes_filter": true,
"match_reason": "text"
}
],
"adverse_media": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"vitals4_business_id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"record_type": "text",
"subject_id": "123e4567-e89b-12d3-a456-426614174000",
"subject": "text",
"hash_value": "text",
"score": 1,
"category": "text",
"product_id": "text",
"result_id": 1,
"source_id": "text",
"highlights": [
"text"
],
"subject_matched": "text",
"text": "text",
"url": "text",
"sentiment_confidence_level": "text",
"source_country": "text",
"subject_age": 1,
"subject_location": "text",
"article_title": "text",
"article_date": "2025-12-06T04:13:39.349Z",
"concepts": [
"text"
],
"passes_filter": true,
"match_reason": "text"
}
],
"politically_exposed_persons": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"vitals4_business_id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"record_type": "text",
"subject_id": "123e4567-e89b-12d3-a456-426614174000",
"subject": "text",
"hash_value": "text",
"score": 1,
"product_id": "text",
"profile_id": "text",
"result_id": 1,
"country": "text",
"country_code": "text",
"name": "text",
"gender": "text",
"place_of_birth": "text",
"date_of_birth": "text",
"date_of_death": "text",
"birth_name": "text",
"native_name": "text",
"professional_history": [
"text"
],
"member_of": [
"text"
],
"employer": [
"text"
],
"education": [
"text"
],
"awards_received": [
"text"
],
"notable_work": [
"text"
],
"convicted": [
"text"
],
"source_info_url": [
"text"
],
"address": [
"text"
],
"affiliation": [
"text"
],
"aliases": [
"text"
],
"score_boosts": [
"text"
],
"pep_search_type": 1,
"family_members": {},
"social": {},
"business_relations": {},
"business_partnerships": {},
"lobbying": {},
"stakeholder": {},
"contributions": {},
"passes_filter": true,
"match_reason": "text"
}
]
},
"litigation_data": {
"dockets": [
{
"docket_number": "text",
"docket_type": "text",
"case_title": "text",
"court_name": "text",
"court_level": "text",
"jurisdiction": "text",
"filing_date": "2025-12-06",
"status": "text",
"status_date": "2025-12-06",
"plaintiffs": [
{
"ANY_ADDITIONAL_PROPERTY": "text"
}
],
"defendants": [
{
"ANY_ADDITIONAL_PROPERTY": "text"
}
],
"entry_count": 1,
"latest_entry_date": "2025-12-06",
"close_date": "2025-12-06",
"full_docket_available": false,
"docket_id": "text",
"summary": "text"
}
],
"lawsuits": [
{
"case_number": "text",
"case_title": "text",
"court_name": "text",
"court_state": "text",
"filing_date": "2025-12-06",
"status": "text",
"status_date": "2025-12-06",
"nature_of_suit": "text",
"cause_of_action": "text",
"plaintiffs": [
"text"
],
"defendants": [
"text"
],
"jury_demand": true,
"demand_amount": 1,
"disposition": "text",
"disposition_date": "2025-12-06",
"last_update_date": "2025-12-06",
"lawsuit_id": "text",
"summary": "text"
}
],
"criminal_records": [
{
"case_id": "text",
"case_number": "text",
"criminal_id": "text",
"court_name": "text",
"court_state": "text",
"court_county": "text",
"offense_description": "text",
"offense_date": "2025-12-06",
"offense_level": "text",
"filing_date": "2025-12-06",
"disposition_date": "2025-12-06",
"verdict_date": "2025-12-06",
"disposition": "text",
"sentence": "text",
"status": "text",
"defendants": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"type_of_record": "text",
"source_state": "text",
"risk_level": "text",
"date_of_birth": "text",
"charge_type": "text",
"charge_level": "text",
"class_of_crime": "text",
"crime_severity": "text",
"severity_level": "text",
"statute_violated": "text",
"case_category": "text",
"fine_amount": "text",
"criminal_charges": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"charges": [
{
"ANY_ADDITIONAL_PROPERTY": "text"
}
],
"court_info": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"arrest_info": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"offender_info": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
],
"arrest_records": [
{
"arrest_id": "text",
"source_document_guid": "text",
"source": "text",
"address": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"arrest_info": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"court_info": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"criminal_charges": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"institution_info": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"person_info": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"id_info": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
]
}
}
]
}
],
"furnished_sources": [
{
"source": "text",
"name": "text",
"ein": "text",
"name_dba": "text",
"alt_name": "text",
"org_type": "text",
"org_status": "text",
"license_number": "text",
"registration_date": "2025-12-06",
"phone": "text",
"fax": "text",
"email": "text",
"domain_name": "text",
"sic_code": "text",
"store_id": "text",
"open_date": "2025-12-06",
"close_date": "2025-12-06",
"open_months": 1,
"principals": [
{
"principal_id": "text",
"first_name": "text",
"middle_name": "text",
"last_name": "text",
"suffix": "text",
"principal_type": "text",
"address_line_1": "text",
"address_line_2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"phone": "text",
"email": "text",
"date_of_birth": "2025-12-06",
"npi_id": "text",
"blj_data": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"adverse_media_data": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"litigation_data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
],
"locations": [
{
"address_line_1": "text",
"address_line_2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"location_type": "text",
"is_primary": true,
"alt_name": "text"
}
],
"professional_licenses": [
{
"license_number": "text",
"license_owner_type": "text",
"license_type": "text",
"license_subtype": "text",
"license_status": "text",
"entity_type": "text",
"license_state": "text",
"license_locale": "text",
"issue_date": "2025-12-06",
"expiration_date": "2025-12-06"
}
],
"status": "text"
}
],
"public_sources": [
{
"source": "text",
"source_type": "text",
"source_vertical": "text",
"name": "text",
"ein": "text",
"name_dba": "text",
"alt_name": "text",
"org_type": "text",
"org_status": "text",
"license_number": "text",
"registration_date": "2025-12-06",
"phone": "text",
"fax": "text",
"email": "text",
"domain_name": "text",
"sic_code": "text",
"rating": "text",
"accredited": true,
"principals": [
{
"principal_id": "text",
"first_name": "text",
"middle_name": "text",
"last_name": "text",
"suffix": "text",
"principal_type": "text",
"address_line_1": "text",
"address_line_2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"phone": "text",
"email": "text",
"date_of_birth": "2025-12-06",
"npi_id": "text",
"blj_data": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"adverse_media_data": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"litigation_data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
],
"locations": [
{
"address_line_1": "text",
"address_line_2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"location_type": "text",
"is_primary": true,
"alt_name": "text"
}
],
"professional_licenses": [
{
"license_number": "text",
"license_owner_type": "text",
"license_type": "text",
"license_subtype": "text",
"license_status": "text",
"entity_type": "text",
"license_state": "text",
"license_locale": "text",
"issue_date": "2025-12-06",
"expiration_date": "2025-12-06"
}
],
"status": "text"
}
],
"third_party_sources": [
{
"source": "text",
"source_type": "text",
"source_vertical": "text",
"name": "text",
"ein": "text",
"name_dba": "text",
"alt_name": "text",
"org_type": "text",
"org_status": "text",
"license_number": "text",
"registration_date": "2025-12-06",
"phone": "text",
"fax": "text",
"email": "text",
"domain_name": "text",
"sic_code": "text",
"rating": "text",
"accredited": true,
"principals": [
{
"principal_id": "text",
"first_name": "text",
"middle_name": "text",
"last_name": "text",
"suffix": "text",
"principal_type": "text",
"address_line_1": "text",
"address_line_2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"phone": "text",
"email": "text",
"date_of_birth": "2025-12-06",
"npi_id": "text",
"blj_data": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"adverse_media_data": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"litigation_data": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
],
"locations": [
{
"address_line_1": "text",
"address_line_2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"location_type": "text",
"is_primary": true,
"alt_name": "text"
}
],
"professional_licenses": [
{
"license_number": "text",
"license_owner_type": "text",
"license_type": "text",
"license_subtype": "text",
"license_status": "text",
"entity_type": "text",
"license_state": "text",
"license_locale": "text",
"issue_date": "2025-12-06",
"expiration_date": "2025-12-06"
}
],
"status": "text"
}
],
"regulatory_complaint_details": [
{
"complaint_dt": "2025-12-06",
"type": "text",
"source_type": "text",
"reason_type": "text",
"description": "text",
"complaint_text": "text",
"resolved_dt": "2025-12-06",
"resolved_status": "text"
}
],
"feature_store": {},
"public_reviews": {
"past_one_months": {
"Angi": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"BBB": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"BuildZoom": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Google": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Healthgrades": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Vitals": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"WebMD": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Yelp": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
]
},
"past_three_months": {
"Angi": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"BBB": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"BuildZoom": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Google": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Healthgrades": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Vitals": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"WebMD": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Yelp": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
]
},
"past_six_months": {
"Angi": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"BBB": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"BuildZoom": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Google": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Healthgrades": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Vitals": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"WebMD": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Yelp": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
]
},
"past_twelve_months": {
"Angi": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"BBB": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"BuildZoom": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Google": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Healthgrades": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Vitals": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"WebMD": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Yelp": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
]
},
"all_time": {
"Angi": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"BBB": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"BuildZoom": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Google": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Healthgrades": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Vitals": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"WebMD": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
],
"Yelp": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"lender": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"lender_merchant": "123e4567-e89b-12d3-a456-426614174000"
}
]
}
},
"doctors": [
{
"name": "text",
"specialty": "text",
"npi_id": "text",
"years_of_experience": "text",
"doctor_licenses": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"verifications": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"merchant": "text",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"npi_id": "text",
"licensee_business": "text",
"licensee_name": "text",
"licensee_addr": "text",
"licensee_state": "text",
"licensee_city": "text",
"licensee_zip5": 1,
"licensee_id": "text",
"licensee_category": "text",
"licensee_subcategory": "text",
"mesh_order_status": "text",
"mesh_item_status": "text",
"mesh_order_labels": [
"text"
],
"mesh_item_labels": [
"text"
],
"mesh_business_id": "123e4567-e89b-12d3-a456-426614174000",
"mesh_order_id": "123e4567-e89b-12d3-a456-426614174000",
"mesh_licensee_name": "text",
"mesh_licensee_number": "text",
"mesh_license_authority_board": "text",
"mesh_licensee_category": "text",
"mesh_licensee_type_asis": "text",
"mesh_issuing_authority": "text",
"mesh_license_status": "text",
"mesh_license_status_asis": "text",
"mesh_license_adverse_action_status": "text",
"mesh_license_adverse_action_status_asis": "text",
"mesh_license_exp_date": "2025-12-06",
"mesh_license_issue_date": "2025-12-06",
"created_by_lender": "123e4567-e89b-12d3-a456-426614174000"
}
],
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"npi_id": "text",
"name": "text",
"license_taxonomy_code": "text",
"primary_taxonomy_switch": "text",
"license_number": "text",
"license_number_state_code": "text",
"lender": "123e4567-e89b-12d3-a456-426614174000"
}
],
"reviews": {
"Vitals": {
"source_url": "text",
"doctor_reviews": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"doctor": "123e4567-e89b-12d3-a456-426614174000"
}
]
},
"WebMD": {
"source_url": "text",
"doctor_reviews": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"review_dt": "2025-12-06",
"name": "text",
"location": "text",
"rating": 1,
"review_text": "text",
"mongo_id": "text",
"doctor": "123e4567-e89b-12d3-a456-426614174000"
}
]
}
}
}
],
"scores": [
{
"name": "text",
"risk": "text",
"risk_code": 1
}
],
"vRisk": [
{
"merchant_id": "text",
"curr_score": "text",
"curr_score_tier": "text",
"curr_reason_codes": {},
"prev_score": "text",
"prev_score_tier": "text",
"prev_reason_codes": {},
"updated_at": "2025-12-06T04:13:39.349Z"
}
],
"scorecard_score": {
"score": "-9999",
"total": "-9999"
},
"ThirdPartyData": [
{
"merchant_id": "text",
"BUS_LIENS_SUMMARY_001": "text",
"BUS_LIENS_SUMMARY_002": "2025-12-06T04:13:39.349Z",
"BUS_LIENS_SUMMARY_003": "text",
"BUS_LIENS_SUMMARY_004": "2025-12-06T04:13:39.349Z",
"BUS_BANKRUPTCY_SUMMARY_001": "text",
"BUS_BANKRUPTCY_SUMMARY_002": "2025-12-06T04:13:39.349Z",
"BUS_BANKRUPTCY_SUMMARY_003": 1,
"BUS_BANKRUPTCY_SUMMARY_004": true,
"BUS_BANKRUPTCY_SUMMARY_005": "text",
"BUS_BANKRUPTCY_SUMMARY_006": "2025-12-06T04:13:39.349Z",
"UCC_SUMMARY_001": "2025-12-06T04:13:39.349Z",
"UCC_SUMMARY_002": "text",
"UCC_SUMMARY_003": "2025-12-06T04:13:39.349Z",
"BUS_JUDGEMENT_SUMMARY_001": "text",
"BUS_JUDGEMENT_SUMMARY_002": "2025-12-06T04:13:39.349Z",
"BUS_JUDGEMENT_SUMMARY_003": "text",
"BUS_JUDGEMENT_SUMMARY_004": "2025-12-06T04:13:39.349Z",
"BUS_JUDGEMENT_SUMMARY_005": 1,
"CORP_FILING_001": "text",
"CORP_FILING_002": "2025-12-06T04:13:39.349Z",
"CORP_FILING_003": "2025-12-06T04:13:39.349Z",
"CORP_FILING_004": "text",
"CORP_FILING_005": "text",
"CORP_FILING_006": "text",
"CORP_FILING_007": "2025-12-06T04:13:39.349Z",
"WATCH_LIST_SUMMARY_001": true,
"WATCH_LIST_SUMMARY_002": 1
}
],
"parents": [
{
"name": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"address_line_1": "text",
"address_line_2": "text",
"city": "text",
"state": "text",
"zip5": "text"
}
],
"children": [
{
"name": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"address_line_1": "text",
"address_line_2": "text",
"city": "text",
"state": "text",
"zip5": "text"
}
],
"siblings": [
{
"name": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"address_line_1": "text",
"address_line_2": "text",
"city": "text",
"state": "text",
"zip5": "text"
}
],
"related_sellers": [
{
"name": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"address_line_1": "text",
"address_line_2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"scores": [
{
"ANY_ADDITIONAL_PROPERTY": "text"
}
]
}
],
"flagged_related_sellers": [
{
"name": "text",
"id": "123e4567-e89b-12d3-a456-426614174000",
"address_line_1": "text",
"address_line_2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"scores": [
{
"ANY_ADDITIONAL_PROPERTY": "text"
}
]
}
],
"total_inquiry_count": 1,
"inquiry_history": [
{
"inquiry_id": "text",
"lender_id": "text",
"partner_name": "text",
"date": "2025-12-06",
"merchant_id": "text"
}
],
"secretary_of_state": [
{
"merchant": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"name": "text",
"filing_date": "2025-12-06",
"entity_type": "text",
"status": "text",
"normalized_status": "text",
"filing_state": "text",
"inactive_date": "2025-12-06",
"sos_id": "text",
"state_id": "text",
"ein": "text",
"industry": "text",
"phone": "text",
"url": "text",
"tax_payer_number": "text",
"state_of_formation": "text",
"status_date": "2025-12-06",
"email": "text",
"registered_agent_name": "text",
"registered_agent_addr1": "text",
"registered_agent_addr2": "text",
"registered_agent_city": "text",
"registered_agent_state": "text",
"registered_agent_zip5": "text",
"registered_agent_zip4": "text",
"registered_agent_dpc": "text",
"registered_agent_addr_key": "text",
"physical_addr1": "text",
"physical_addr2": "text",
"physical_city": "text",
"physical_state": "text",
"physical_zip5": "text",
"physical_zip4": "text",
"physical_dpc": "text",
"physical_addr_key": "text",
"mailing_addr1": "text",
"mailing_addr2": "text",
"mailing_city": "text",
"mailing_state": "text",
"mailing_zip5": "text",
"mailing_zip4": "text",
"mailing_dpc": "text",
"mailing_addr_key": "text",
"facebook": "https://example.com",
"linkedin": "https://example.com",
"yelp": "https://example.com",
"hq_employee_band": "text",
"hq_revenue_band": "text",
"industry_code_grade": "text",
"naics_description": "text",
"naics": "text",
"sic_description": "text",
"sic": "text",
"lender": "123e4567-e89b-12d3-a456-426614174000"
},
"principals": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"first_name": "text",
"middle_name": "text",
"last_name": "text",
"suffix": "text",
"principal_type": 0,
"addr1": "text",
"addr2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"addr_key": "text",
"mak": "text",
"addr_type_code": "text",
"addr_type_str": "text",
"rdbi": "text",
"secretary_of_state": "123e4567-e89b-12d3-a456-426614174000"
}
]
}
],
"blj": [
{
"merchant": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"primary_business_name": "text",
"trade_style_business_name": "text",
"home_state_business_name": "text",
"former_business_name": "text",
"merged_business_name": "text",
"domains": [
"text"
],
"industry": [
"text"
],
"deed_count": 1,
"fein_number": "text",
"duns_number": "text",
"tax_roll_count": 1,
"vehicle_count": 1,
"aircraft_count": 1,
"business_address_count": 1,
"business_token": "text",
"ticker_symbols": "text",
"principal_count": 1,
"hq_business_token": "text",
"lien_debtor_count": 1,
"lien_holder_count": 1,
"foreclosure_count": 1,
"global_duns_number": "text",
"parent_duns_number": "text",
"domestic_world_flag": "text",
"other_contact_count": 1,
"global_business_token": "text",
"hq_domestic_world_flag": "text",
"judgement_debtor_count": 1,
"parent_business_token": "text",
"judgement_creditor_count": 1,
"possible_employee_count": 1,
"bankruptcy_subject_count": 1,
"bankruptcy_creditor_count": 1,
"global_domestic_world_flag": "text",
"parent_domestic_world_flag": "text"
},
"locations": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"phone_numbers": [
"text"
],
"addr1": "text",
"addr2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"addr_key": "text",
"mak": "text",
"addr_type_code": "text",
"addr_type_str": "text",
"rdbi": "text",
"first_reported": "2025-12-06",
"last_reported": "2025-12-06"
}
],
"watchlists": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"score": "text",
"source": "text",
"page_url": "text",
"program": "text",
"full_name": "text",
"alias_name": "text",
"alias_type": "text",
"original_id": "text",
"listing_date": "2025-12-06",
"country": "text",
"remarks": "text",
"wanted_by": "text",
"legal_basis": "text"
}
],
"uccs": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"debtor_name": "text",
"debtor_business_name": "text",
"debtor_business_token": "text",
"debtor_addr1": "text",
"debtor_addr2": "text",
"debtor_city": "text",
"debtor_state": "text",
"debtor_zip5": "text",
"debtor_zip4": "text",
"sec_party_business_name": "text",
"sec_party_name": "text",
"sec_party_business_token": "text",
"sec_party_addr1": "text",
"sec_party_addr2": "text",
"sec_party_city": "text",
"sec_party_state": "text",
"sec_party_zip5": "text",
"sec_party_zip4": "text",
"filing_date": "2025-12-06",
"filing_number": "text",
"cross_reference_filing_date": "2025-12-06",
"cross_reference_filing_number": "text",
"filing_type": "text",
"expiration_date": "2025-12-06",
"filing_office_name": "text",
"filing_office_addr1": "text",
"filing_office_addr2": "text",
"filing_office_city": "text",
"filing_office_state": "text",
"filing_office_zip5": "text",
"filing_office_zip4": "text",
"collateral_item": "text"
}
],
"bankruptcies": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"event_date": "2025-12-06",
"event_desc": "text",
"debtor_name": "text",
"debtor_business_name": "text",
"debtor_business_token": "text",
"debtor_addr1": "text",
"debtor_addr2": "text",
"debtor_city": "text",
"debtor_state": "text",
"debtor_zip5": "text",
"debtor_zip4": "text",
"attorney_firm_name": "text",
"attorney_first_name": "text",
"attorney_middle_name": "text",
"attorney_last_name": "text",
"attorney_suffix": "text",
"attorney_title": "text",
"status": "text",
"filing_number": "text",
"filing_date": "2025-12-06",
"status_date": "2025-12-06",
"verification_date": "2025-12-06",
"filing_chapter_number": "text",
"voluntary_filing_flag": "text",
"judge_report_token": "text",
"judge_first_name": "text",
"judge_middle_name": "text",
"judge_last_name": "text",
"judge_suffix": "text",
"judge_title": "text",
"court_name": "text",
"court_addr1": "text",
"court_addr2": "text",
"court_city": "text",
"court_state": "text",
"court_zip5": "text",
"court_zip4": "text"
}
],
"liens": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"debtor_name": "text",
"debtor_business_name": "text",
"debtor_business_token": "text",
"debtor_addr1": "text",
"debtor_addr2": "text",
"debtor_city": "text",
"debtor_state": "text",
"debtor_zip5": "text",
"debtor_zip4": "text",
"holder_name": "text",
"status": "text",
"filing_date": "2025-12-06",
"lien_amount": 1,
"status_date": "2025-12-06",
"filing_number": "text",
"received_date": "2025-12-06",
"lien_type": "text",
"lien_type_description": "text",
"filing_number_descriptor": "text",
"lien_holder_government_level": "text",
"filing_type_desc": "text",
"filing_gov_level": "text",
"tax_reason": "text",
"filing_office_name": "text",
"filing_office_addr1": "text",
"filing_office_addr2": "text",
"filing_office_city": "text",
"filing_office_state": "text",
"filing_office_zip5": "text",
"filing_office_zip4": "text",
"filing_addr1": "text",
"filing_addr2": "text",
"filing_city": "text",
"filing_state": "text",
"filing_zip5": "text",
"filing_zip4": "text"
}
],
"judgements": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"debtor_name": "text",
"debtor_business_name": "text",
"debtor_business_token": "text",
"debtor_addr1": "text",
"debtor_addr2": "text",
"debtor_city": "text",
"debtor_state": "text",
"debtor_zip5": "text",
"debtor_zip4": "text",
"creditor_name": "text",
"filing_date": "2025-12-06",
"status_date": "2025-12-06",
"status": "text",
"verification_date": "2025-12-06",
"filing_number": "text",
"filing_number_descriptor": "text",
"amount_awarded": 1,
"judgement_type": "text",
"received_date": "2025-12-06",
"filing_office_name": "text",
"filing_office_addr1": "text",
"filing_office_addr2": "text",
"filing_office_city": "text",
"filing_office_state": "text",
"filing_office_zip5": "text",
"filing_office_zip4": "text",
"filing_addr1": "text",
"filing_addr2": "text",
"filing_city": "text",
"filing_state": "text",
"filing_zip5": "text",
"filing_zip4": "text"
}
],
"principals": [
{
"principal": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"principal_type": 0,
"first_name": "text",
"middle_name": "text",
"last_name": "text",
"suffix": "text",
"phone_numbers": [
"text"
],
"email_addresses": [
"text"
],
"title": "text",
"gender": "text",
"deceased": "text",
"under_age18": "text",
"number_of_liens": 1,
"number_of_addresses": 1,
"number_of_judgements": 1,
"most_recent_lien_date": "2025-12-06",
"number_of_bankruptcies": 1,
"most_recent_judgement_date": "2025-12-06",
"most_recent_bankruptcy_date": "2025-12-06",
"number_of_bankruptcy_records": 1,
"most_recent_bankruptcy_record_date": "2025-12-06",
"number_of_utility_records_available": 1
},
"locations": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"phone_numbers": [
"text"
],
"addr1": "text",
"addr2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"addr_key": "text",
"mak": "text",
"addr_type_code": "text",
"addr_type_str": "text",
"rdbi": "text",
"first_reported": "2025-12-06",
"last_reported": "2025-12-06"
}
],
"watchlists": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"score": "text",
"source": "text",
"page_url": "text",
"program": "text",
"full_name": "text",
"alias_name": "text",
"alias_type": "text",
"original_id": "text",
"listing_date": "2025-12-06",
"country": "text",
"remarks": "text",
"wanted_by": "text",
"legal_basis": "text",
"sex": "text",
"citizenship": "text",
"place_of_birth": "text"
}
],
"bankruptcies": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"file_date": "2025-12-06",
"case_number": "text",
"case_status": "text",
"chapter": 1,
"notice_type": "text",
"law_firm": "text",
"attorney_name": "text",
"trustee_name": "text",
"judge_name": "text",
"court_id": "text",
"court_name": "text",
"court_district": "text",
"court_division": "text",
"debtor_name": "text",
"nph_id": "text",
"pro_se": "text",
"claim_date": "2025-12-06",
"converted": "text",
"voluntary": "text",
"indicators": "text",
"report_date": "2025-12-06",
"discharge_date": "2025-12-06",
"dismissal_date": "2025-12-06",
"case_status_date": "2025-12-06",
"assets_available": "text",
"sec341_meeting_date": "2025-12-06",
"sec341_meeting_time": "text"
}
],
"liens": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"full_name": "text",
"filing_date": "2025-12-06",
"filing_type": "text",
"court_case_number": "text",
"alt_court_case_number": "text",
"lien_amount": 1,
"recording_number": "text",
"recording_date": "2025-12-06",
"plaintiff_business_name": "text",
"court_id": "text",
"court_name": "text",
"kind_of_tax": "text",
"tax_lien_date": "2025-12-06",
"filing_location": "text",
"deed_category_type": "text",
"tax_period_maximum": "2025-12-06",
"tax_period_minimum": "2025-12-06",
"damar_document_type": "text",
"federal_tax_lien_area": "text",
"extension_date": "2025-12-06",
"tax_lien_serial_lien_certificate_number": "text",
"federal_tax_lien_prepared_and_signed_city": "text",
"federal_tax_lien_prepared_and_signed_state": "text"
}
],
"judgements": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"filing_date": "2025-12-06",
"filing_location": "text",
"filing_type": "text",
"court_case_number": "text",
"amount_awarded": 1,
"interest_rate": 1,
"recording_number": "text",
"recording_date": "2025-12-06",
"abstract_issued_date": "2025-12-06",
"full_name": "text",
"plaintiff_business_name": "text",
"court_id": "text",
"court_name": "text",
"report_date": "2025-12-06",
"deed_category_type": "text",
"damar_document_type": "text",
"creditor_name": "text"
}
]
}
]
}
],
"possible_secretary_of_state": [
{
"merchant": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"link_third_party_url": "",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"name": "text",
"filing_date": "2025-12-06",
"entity_type": "text",
"status": "text",
"normalized_status": "text",
"filing_state": "text",
"inactive_date": "2025-12-06",
"sos_id": "text",
"state_id": "text",
"ein": "text",
"industry": "text",
"phone": "text",
"url": "text",
"tax_payer_number": "text",
"state_of_formation": "text",
"status_date": "2025-12-06",
"email": "text",
"registered_agent_name": "text",
"registered_agent_addr1": "text",
"registered_agent_addr2": "text",
"registered_agent_city": "text",
"registered_agent_state": "text",
"registered_agent_zip5": "text",
"registered_agent_zip4": "text",
"registered_agent_dpc": "text",
"registered_agent_addr_key": "text",
"physical_addr1": "text",
"physical_addr2": "text",
"physical_city": "text",
"physical_state": "text",
"physical_zip5": "text",
"physical_zip4": "text",
"physical_dpc": "text",
"physical_addr_key": "text",
"mailing_addr1": "text",
"mailing_addr2": "text",
"mailing_city": "text",
"mailing_state": "text",
"mailing_zip5": "text",
"mailing_zip4": "text",
"mailing_dpc": "text",
"mailing_addr_key": "text",
"facebook": "https://example.com",
"linkedin": "https://example.com",
"yelp": "https://example.com",
"hq_employee_band": "text",
"hq_revenue_band": "text",
"industry_code_grade": "text",
"naics_description": "text",
"naics": "text",
"sic_description": "text",
"sic": "text",
"lender": "123e4567-e89b-12d3-a456-426614174000"
},
"principals": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"first_name": "text",
"middle_name": "text",
"last_name": "text",
"suffix": "text",
"principal_type": 0,
"addr1": "text",
"addr2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"addr_key": "text",
"mak": "text",
"addr_type_code": "text",
"addr_type_str": "text",
"rdbi": "text",
"secretary_of_state": "123e4567-e89b-12d3-a456-426614174000"
}
]
}
],
"possible_blj": [
{
"merchant": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"link_third_party_url": "",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"primary_business_name": "text",
"trade_style_business_name": "text",
"home_state_business_name": "text",
"former_business_name": "text",
"merged_business_name": "text",
"domains": [
"text"
],
"industry": [
"text"
],
"deed_count": 1,
"fein_number": "text",
"duns_number": "text",
"tax_roll_count": 1,
"vehicle_count": 1,
"aircraft_count": 1,
"business_address_count": 1,
"business_token": "text",
"ticker_symbols": "text",
"principal_count": 1,
"hq_business_token": "text",
"lien_debtor_count": 1,
"lien_holder_count": 1,
"foreclosure_count": 1,
"global_duns_number": "text",
"parent_duns_number": "text",
"domestic_world_flag": "text",
"other_contact_count": 1,
"global_business_token": "text",
"hq_domestic_world_flag": "text",
"judgement_debtor_count": 1,
"parent_business_token": "text",
"judgement_creditor_count": 1,
"possible_employee_count": 1,
"bankruptcy_subject_count": 1,
"bankruptcy_creditor_count": 1,
"global_domestic_world_flag": "text",
"parent_domestic_world_flag": "text"
},
"locations": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"phone_numbers": [
"text"
],
"addr1": "text",
"addr2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"addr_key": "text",
"mak": "text",
"addr_type_code": "text",
"addr_type_str": "text",
"rdbi": "text",
"first_reported": "2025-12-06",
"last_reported": "2025-12-06"
}
],
"watchlists": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"score": "text",
"source": "text",
"page_url": "text",
"program": "text",
"full_name": "text",
"alias_name": "text",
"alias_type": "text",
"original_id": "text",
"listing_date": "2025-12-06",
"country": "text",
"remarks": "text",
"wanted_by": "text",
"legal_basis": "text"
}
],
"uccs": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"debtor_name": "text",
"debtor_business_name": "text",
"debtor_business_token": "text",
"debtor_addr1": "text",
"debtor_addr2": "text",
"debtor_city": "text",
"debtor_state": "text",
"debtor_zip5": "text",
"debtor_zip4": "text",
"sec_party_business_name": "text",
"sec_party_name": "text",
"sec_party_business_token": "text",
"sec_party_addr1": "text",
"sec_party_addr2": "text",
"sec_party_city": "text",
"sec_party_state": "text",
"sec_party_zip5": "text",
"sec_party_zip4": "text",
"filing_date": "2025-12-06",
"filing_number": "text",
"cross_reference_filing_date": "2025-12-06",
"cross_reference_filing_number": "text",
"filing_type": "text",
"expiration_date": "2025-12-06",
"filing_office_name": "text",
"filing_office_addr1": "text",
"filing_office_addr2": "text",
"filing_office_city": "text",
"filing_office_state": "text",
"filing_office_zip5": "text",
"filing_office_zip4": "text",
"collateral_item": "text"
}
],
"bankruptcies": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"event_date": "2025-12-06",
"event_desc": "text",
"debtor_name": "text",
"debtor_business_name": "text",
"debtor_business_token": "text",
"debtor_addr1": "text",
"debtor_addr2": "text",
"debtor_city": "text",
"debtor_state": "text",
"debtor_zip5": "text",
"debtor_zip4": "text",
"attorney_firm_name": "text",
"attorney_first_name": "text",
"attorney_middle_name": "text",
"attorney_last_name": "text",
"attorney_suffix": "text",
"attorney_title": "text",
"status": "text",
"filing_number": "text",
"filing_date": "2025-12-06",
"status_date": "2025-12-06",
"verification_date": "2025-12-06",
"filing_chapter_number": "text",
"voluntary_filing_flag": "text",
"judge_report_token": "text",
"judge_first_name": "text",
"judge_middle_name": "text",
"judge_last_name": "text",
"judge_suffix": "text",
"judge_title": "text",
"court_name": "text",
"court_addr1": "text",
"court_addr2": "text",
"court_city": "text",
"court_state": "text",
"court_zip5": "text",
"court_zip4": "text"
}
],
"liens": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"debtor_name": "text",
"debtor_business_name": "text",
"debtor_business_token": "text",
"debtor_addr1": "text",
"debtor_addr2": "text",
"debtor_city": "text",
"debtor_state": "text",
"debtor_zip5": "text",
"debtor_zip4": "text",
"holder_name": "text",
"status": "text",
"filing_date": "2025-12-06",
"lien_amount": 1,
"status_date": "2025-12-06",
"filing_number": "text",
"received_date": "2025-12-06",
"lien_type": "text",
"lien_type_description": "text",
"filing_number_descriptor": "text",
"lien_holder_government_level": "text",
"filing_type_desc": "text",
"filing_gov_level": "text",
"tax_reason": "text",
"filing_office_name": "text",
"filing_office_addr1": "text",
"filing_office_addr2": "text",
"filing_office_city": "text",
"filing_office_state": "text",
"filing_office_zip5": "text",
"filing_office_zip4": "text",
"filing_addr1": "text",
"filing_addr2": "text",
"filing_city": "text",
"filing_state": "text",
"filing_zip5": "text",
"filing_zip4": "text"
}
],
"judgements": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"debtor_name": "text",
"debtor_business_name": "text",
"debtor_business_token": "text",
"debtor_addr1": "text",
"debtor_addr2": "text",
"debtor_city": "text",
"debtor_state": "text",
"debtor_zip5": "text",
"debtor_zip4": "text",
"creditor_name": "text",
"filing_date": "2025-12-06",
"status_date": "2025-12-06",
"status": "text",
"verification_date": "2025-12-06",
"filing_number": "text",
"filing_number_descriptor": "text",
"amount_awarded": 1,
"judgement_type": "text",
"received_date": "2025-12-06",
"filing_office_name": "text",
"filing_office_addr1": "text",
"filing_office_addr2": "text",
"filing_office_city": "text",
"filing_office_state": "text",
"filing_office_zip5": "text",
"filing_office_zip4": "text",
"filing_addr1": "text",
"filing_addr2": "text",
"filing_city": "text",
"filing_state": "text",
"filing_zip5": "text",
"filing_zip4": "text"
}
],
"principals": [
{
"principal": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"principal_type": 0,
"first_name": "text",
"middle_name": "text",
"last_name": "text",
"suffix": "text",
"phone_numbers": [
"text"
],
"email_addresses": [
"text"
],
"title": "text",
"gender": "text",
"deceased": "text",
"under_age18": "text",
"number_of_liens": 1,
"number_of_addresses": 1,
"number_of_judgements": 1,
"most_recent_lien_date": "2025-12-06",
"number_of_bankruptcies": 1,
"most_recent_judgement_date": "2025-12-06",
"most_recent_bankruptcy_date": "2025-12-06",
"number_of_bankruptcy_records": 1,
"most_recent_bankruptcy_record_date": "2025-12-06",
"number_of_utility_records_available": 1
},
"locations": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"phone_numbers": [
"text"
],
"addr1": "text",
"addr2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"addr_key": "text",
"mak": "text",
"addr_type_code": "text",
"addr_type_str": "text",
"rdbi": "text",
"first_reported": "2025-12-06",
"last_reported": "2025-12-06"
}
],
"watchlists": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"score": "text",
"source": "text",
"page_url": "text",
"program": "text",
"full_name": "text",
"alias_name": "text",
"alias_type": "text",
"original_id": "text",
"listing_date": "2025-12-06",
"country": "text",
"remarks": "text",
"wanted_by": "text",
"legal_basis": "text",
"sex": "text",
"citizenship": "text",
"place_of_birth": "text"
}
],
"bankruptcies": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"file_date": "2025-12-06",
"case_number": "text",
"case_status": "text",
"chapter": 1,
"notice_type": "text",
"law_firm": "text",
"attorney_name": "text",
"trustee_name": "text",
"judge_name": "text",
"court_id": "text",
"court_name": "text",
"court_district": "text",
"court_division": "text",
"debtor_name": "text",
"nph_id": "text",
"pro_se": "text",
"claim_date": "2025-12-06",
"converted": "text",
"voluntary": "text",
"indicators": "text",
"report_date": "2025-12-06",
"discharge_date": "2025-12-06",
"dismissal_date": "2025-12-06",
"case_status_date": "2025-12-06",
"assets_available": "text",
"sec341_meeting_date": "2025-12-06",
"sec341_meeting_time": "text"
}
],
"liens": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"full_name": "text",
"filing_date": "2025-12-06",
"filing_type": "text",
"court_case_number": "text",
"alt_court_case_number": "text",
"lien_amount": 1,
"recording_number": "text",
"recording_date": "2025-12-06",
"plaintiff_business_name": "text",
"court_id": "text",
"court_name": "text",
"kind_of_tax": "text",
"tax_lien_date": "2025-12-06",
"filing_location": "text",
"deed_category_type": "text",
"tax_period_maximum": "2025-12-06",
"tax_period_minimum": "2025-12-06",
"damar_document_type": "text",
"federal_tax_lien_area": "text",
"extension_date": "2025-12-06",
"tax_lien_serial_lien_certificate_number": "text",
"federal_tax_lien_prepared_and_signed_city": "text",
"federal_tax_lien_prepared_and_signed_state": "text"
}
],
"judgements": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"filing_date": "2025-12-06",
"filing_location": "text",
"filing_type": "text",
"court_case_number": "text",
"amount_awarded": 1,
"interest_rate": 1,
"recording_number": "text",
"recording_date": "2025-12-06",
"abstract_issued_date": "2025-12-06",
"full_name": "text",
"plaintiff_business_name": "text",
"court_id": "text",
"court_name": "text",
"report_date": "2025-12-06",
"deed_category_type": "text",
"damar_document_type": "text",
"creditor_name": "text"
}
]
}
]
}
],
"litigation": {
"dockets": [
{
"docket_number": "text",
"docket_type": "text",
"case_title": "text",
"court_name": "text",
"court_level": "text",
"jurisdiction": "text",
"filing_date": "2025-12-06",
"status": "text",
"status_date": "2025-12-06",
"plaintiffs": [
{
"ANY_ADDITIONAL_PROPERTY": "text"
}
],
"defendants": [
{
"ANY_ADDITIONAL_PROPERTY": "text"
}
],
"entry_count": 1,
"latest_entry_date": "2025-12-06",
"close_date": "2025-12-06",
"full_docket_available": false,
"docket_id": "text",
"summary": "text"
}
],
"lawsuits": [
{
"case_number": "text",
"case_title": "text",
"court_name": "text",
"court_state": "text",
"filing_date": "2025-12-06",
"status": "text",
"status_date": "2025-12-06",
"nature_of_suit": "text",
"cause_of_action": "text",
"plaintiffs": [
"text"
],
"defendants": [
"text"
],
"jury_demand": true,
"demand_amount": 1,
"disposition": "text",
"disposition_date": "2025-12-06",
"last_update_date": "2025-12-06",
"lawsuit_id": "text",
"summary": "text"
}
],
"criminal_records": [
{
"case_id": "text",
"case_number": "text",
"criminal_id": "text",
"court_name": "text",
"court_state": "text",
"court_county": "text",
"offense_description": "text",
"offense_date": "2025-12-06",
"offense_level": "text",
"filing_date": "2025-12-06",
"disposition_date": "2025-12-06",
"verdict_date": "2025-12-06",
"disposition": "text",
"sentence": "text",
"status": "text",
"defendants": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"type_of_record": "text",
"source_state": "text",
"risk_level": "text",
"date_of_birth": "text",
"charge_type": "text",
"charge_level": "text",
"class_of_crime": "text",
"crime_severity": "text",
"severity_level": "text",
"statute_violated": "text",
"case_category": "text",
"fine_amount": "text",
"criminal_charges": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"charges": [
{
"ANY_ADDITIONAL_PROPERTY": "text"
}
],
"court_info": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"arrest_info": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"offender_info": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
]
},
"possible_litigation": [
{}
],
"pdf_url": "",
"license_verification_orders": [
{
"order_id": "123e4567-e89b-12d3-a456-426614174000",
"input_licensee_subcategory": "text",
"order_status": "text",
"item_status": "text",
"output_order_labels": [
"text"
],
"output_item_labels": [
"text"
],
"output_licensee_name": "text",
"output_licensee_number": "text",
"output_license_authority_board": "text",
"output_licensee_category": "text",
"output_licensee_type_asis": "text",
"output_issuing_authority": "text",
"output_license_status": "text",
"output_license_status_asis": "text",
"output_license_exp_date": "2025-12-06",
"output_license_issue_date": "2025-12-06",
"classification": "text",
"specialization": "text"
}
],
"adverse_media": {
"watchlists_sanctions": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"vitals4_business_id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"record_type": "text",
"subject_id": "123e4567-e89b-12d3-a456-426614174000",
"subject": "text",
"hash_value": "text",
"score": 1,
"category": "text",
"product_id": "text",
"source_id": "text",
"address": "text",
"age": "text",
"alias_list": "text",
"birth_years": [
"text"
],
"caution": "text",
"date_of_birth": "text",
"dates_of_birth_normalized": [
"text"
],
"entity_name": "text",
"eye_color": "text",
"gender": "text",
"hair_color": "text",
"program": "text",
"race": "text",
"remarks": "text",
"source_agency_acronym": "text",
"source_agency_name": "text",
"source_list_type": "text",
"source_parent_agency": "text",
"source_region": "text",
"source_country": "text",
"subject_matched": "text",
"text": "text",
"url": "text",
"weight": "text",
"passes_filter": true,
"match_reason": "text"
}
],
"adverse_media": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"vitals4_business_id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"record_type": "text",
"subject_id": "123e4567-e89b-12d3-a456-426614174000",
"subject": "text",
"hash_value": "text",
"score": 1,
"category": "text",
"product_id": "text",
"result_id": 1,
"source_id": "text",
"highlights": [
"text"
],
"subject_matched": "text",
"text": "text",
"url": "text",
"sentiment_confidence_level": "text",
"source_country": "text",
"subject_age": 1,
"subject_location": "text",
"article_title": "text",
"article_date": "2025-12-06T04:13:39.349Z",
"concepts": [
"text"
],
"passes_filter": true,
"match_reason": "text"
}
],
"politically_exposed_persons": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"vitals4_business_id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"record_type": "text",
"subject_id": "123e4567-e89b-12d3-a456-426614174000",
"subject": "text",
"hash_value": "text",
"score": 1,
"product_id": "text",
"profile_id": "text",
"result_id": 1,
"country": "text",
"country_code": "text",
"name": "text",
"gender": "text",
"place_of_birth": "text",
"date_of_birth": "text",
"date_of_death": "text",
"birth_name": "text",
"native_name": "text",
"professional_history": [
"text"
],
"member_of": [
"text"
],
"employer": [
"text"
],
"education": [
"text"
],
"awards_received": [
"text"
],
"notable_work": [
"text"
],
"convicted": [
"text"
],
"source_info_url": [
"text"
],
"address": [
"text"
],
"affiliation": [
"text"
],
"aliases": [
"text"
],
"score_boosts": [
"text"
],
"pep_search_type": 1,
"family_members": {},
"social": {},
"business_relations": {},
"business_partnerships": {},
"lobbying": {},
"stakeholder": {},
"contributions": {},
"passes_filter": true,
"match_reason": "text"
}
]
},
"next_best_matches": [
{
"merchant": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-12-06T04:13:39.349Z",
"updated_at": "2025-12-06T04:13:39.349Z",
"name": "text",
"name_dba": "text",
"store_id": "text",
"phone": "text",
"fax": "text",
"email": "text",
"domain_name": "text",
"addr1": "text",
"addr2": "text",
"city": "text",
"state": "text",
"zip5": "text",
"zip4": "text",
"dpc": "text",
"ein": "text",
"sic_code": "text",
"addr_key": "text",
"mak": "text",
"muid": "text"
},
"score": 1,
"name_score": 1,
"addr_score": 1,
"phone_score": 1,
"ein_score": 1,
"domain_score": 1
}
]
}Last updated

