Skip to main content

Overview

Identity, contact, and public-records data via the EnformionGO API. Call actions with automationType, action, and params from any workflow node that supports automations.

Authentication

  • EnformionGO credentials (AP Name and AP Password).

Available Actions

Click any action to jump to its example payload. Alerts Business Compliance Criminal Enrichment Financial Identity License Person Phone Property Records Subscriptions Vehicle

Examples

Galaxy path: /PersonSearch | search-type: Person
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "person_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "Dob": "",
      "Ssn": "",
      "Email": "",
      "Phone": "",
      "Addresses": [],
      "TahoeIds": [],
      "Includes": [],
      "FilterOptions": [],
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Example 2: SSN Address Trace

Galaxy path: /SsnAddressTraceSearch | search-type: SsnAddressTraceSearch
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "ssn_address_trace",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "SSN": "",
      "FirstName": "",
      "LastName": "",
      "MiddleName": "",
      "DOB": "",
      "FilterOptions": [],
      "YearsBack": 0,
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Example 3: Comprehensive Report

Galaxy path: /PersonSearch (search-type: BackgroundReport)
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "comprehensive_report",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "Dob": "",
      "Addresses": [],
      "Includes": [],
      "FilterOptions": [],
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Example 4: eIDV

Galaxy path: /IdvAuth/Person | search-type: IdvAuthPerson
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "eidv",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "Ssn": "",
      "Dob": "",
      "AddressLine1": "",
      "AddressLine2": "",
      "Phone": "",
      "Email": "",
      "City": "",
      "State": "",
      "Zip": "",
      "DriverLicense": "",
      "Includes": [],
      "FilterOptions": []
    }
  }
}

Galaxy path: /CensusSearch | search-type: Census
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "census_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "State": "CA",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Example 6: Debt Search (v2)

Galaxy path: /DebtSearch/V2 | search-type: DebtV2
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "debt_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "AddressLine1": "",
      "AddressLine2": "",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Galaxy path: /DivorceSearch | search-type: Divorce
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "divorce_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "State": "CA",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Galaxy path: /ReversePhoneSearch | search-type: ReversePhone
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "reverse_phone_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "Phone": "9165551234",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Galaxy path: /BusinessV2Search | search-type: Business
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "business_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "businessName": "Acme",
      "firstName": "",
      "lastName": "",
      "addressLine1": "",
      "addressLine2": "",
      "county": "",
      "poseidonId": "",
      "tahoeId": "",
      "taxId": "",
      "ssn": "",
      "businessType": "",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Galaxy path: /DomainSearch | search-type: Domain
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "domain_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "DomainName": "google.com",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Galaxy path: /FeinSearch | search-type: Fein
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "fein_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "BusinessName": "Acme",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Galaxy path: /WorkplaceSearch | search-type: Workplace
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "workplace_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "BusinessName": "",
      "State": "",
      "Industry": "",
      "ResultsPerPage": 5
    }
  }
}

Example 13: Criminal Search (v2)

Galaxy path: /CriminalSearch/V2 | search-type: CriminalV2
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "criminal_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "CategoryTypes": "ALL",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Galaxy path: /EvictionSearch | search-type: EvictionSearch. Galaxy expects DefendantFirstName/DefendantLastName; FirstName/LastName are auto-mapped when defendant fields omitted.
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "eviction_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Galaxy path: /ForeclosureV2Search | search-type: ForeclosureV2Search
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "pre_foreclosure_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "AddressLine1": "",
      "AddressLine2": "",
      "City": "",
      "State": "",
      "SSN": "",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Galaxy path: /OFACSearch | search-type: OFAC
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "ofac_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "PersonName": "John Smith",
      "EntityName": "",
      "Includes": [],
      "Page": 1,
      "ResultsPerPage": 20
    }
  }
}

Example 17: Vehicle Ownership

Galaxy path: /VehicleRegistrationSearch | search-type: VehicleRegistration
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "vehicle_ownership",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "VIN": "",
      "LicensePlateNumber": "",
      "LicensePlateState": "",
      "AddressLine1": "",
      "City": "",
      "State": "",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Galaxy path: /deasearch | search-type: Dea
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "dea_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "BusinessName": "",
      "DeaNumber": "",
      "City": "",
      "State": "",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Galaxy path: /ProLicenseSearch | search-type: ProLicense
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "professional_license_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "State": "CA",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Galaxy path: /IncarcerationSearch | search-type: IncarcerationSearch. When searching by name, Galaxy requires Dob (or DOB). Empty string params are stripped.
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "incarceration_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "Dob": "1980-01-15",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Galaxy path: /MarriageSearch | search-type: Marriage
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "marriage_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "State": "CA",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Galaxy path: /PropertyV2Search | search-type: PropertyV2
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "property_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "AddressLine1": "",
      "AddressLine2": "",
      "Apn": "",
      "TahoeId": "",
      "PoseidonIds": "",
      "Ssn": "",
      "BusinessName": "",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Galaxy path: /AutoSearch | search-type: Auto
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "auto_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "firstName": "John",
      "lastName": "Smith",
      "state": "CA",
      "vin": "",
      "licensePlateNumber": "",
      "licensePlateState": "",
      "page": 1,
      "resultsPerPage": 5
    }
  }
}

Example 24: Crim Watch — Add

Galaxy path: search.enformion.com/api/search/AddIncarcerationWatch | search-type: CrimWatchAdd
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "crim_watch_add",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "Ssn": "",
      "Dob": "",
      "DriverLicenseNumber": "",
      "ReferenceTag": ""
    }
  }
}

Example 25: Crim Watch — Cancel

Galaxy path: search.enformion.com/api/search/CancelIncarcerationWatch | search-type: CrimWatchCancel
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "crim_watch_cancel",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "Ssn": "",
      "Dob": ""
    }
  }
}

Example 26: Crim Watch — Check

Galaxy path: search.enformion.com/api/search/CheckIncarcerationWatch | search-type: CrimWatchCheck
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "crim_watch_check",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "Ssn": "",
      "Dob": ""
    }
  }
}

Example 27: KBA Generate (Step 1)

Galaxy path: /eIDV/eKbaCompQ/eKBAIDV | search-type: KBAGenerate
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "kba_generate",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "Service": "ServiceA",
      "FirstName": "John",
      "LastName": "Smith",
      "Dob": "01/15/1980",
      "AddressLine1": "123 Main St",
      "City": "Sacramento",
      "State": "CA",
      "Zip": "95814",
      "Phone": "5551234567",
      "Ssn": "1234"
    }
  }
}

Example 28: KBA Answer (Step 2)

Galaxy path: /eIDV/eKbaCompQ/eKBA | search-type: KBAAnswer
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "kba_answer",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "CorrelationId": "<from-kba-generate-response>",
      "QuestionAnswers": [
        {
          "Id": "college1",
          "Value": "None of the above"
        },
        {
          "Id": "streetname3",
          "Value": "MAIN"
        }
      ]
    }
  }
}

Example 29: Add Subscription

Galaxy path: /DataAlerts/AddSubscription | search-type: DataAlertsAddSubscription
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "add_subscription",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "clientId": "your-client-id",
      "alertType": "NewBestPublicAddress",
      "tahoeIds": [
        "G-XXXXXXXXXXXXXXXXXX1"
      ]
    }
  }
}

Example 30: Get Subscription

Galaxy path: /DataAlerts/GetSubscription | search-type: DataAlertsGetSubscription
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "get_subscription",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "clientId": "your-client-id",
      "alertType": "NewBestPublicAddress",
      "tahoeIds": [
        "G-XXXXXXXXXXXXXXXXXX1"
      ]
    }
  }
}

Example 31: Remove Subscription

Galaxy path: /DataAlerts/RemoveSubscription | search-type: DataAlertsRemoveSubscription
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "remove_subscription",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "clientId": "your-client-id",
      "alertType": "NewBestPublicAddress",
      "tahoeIds": [
        "G-XXXXXXXXXXXXXXXXXX1"
      ]
    }
  }
}

Example 32: Get Alert

Galaxy path: /DataAlerts/GetAlert | search-type: DataAlertsGetAlert
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "get_alert",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "clientId": "your-client-id",
      "alertType": "NewBestPublicAddress",
      "tahoeIds": [
        "G-XXXXXXXXXXXXXXXXXX1"
      ]
    }
  }
}

Example 33: Count Alert

Galaxy path: /DataAlerts/CountAlert | search-type: DataAlertsCountAlert
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "count_alert",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "clientId": "your-client-id",
      "alertType": "NewBestPublicAddress",
      "tahoeIds": [
        "G-XXXXXXXXXXXXXXXXXX1"
      ]
    }
  }
}

Example 34: Combined Business Teaser

Galaxy path: /CombinedBusinessTeaser | search-type: CombinedBusinessTeaser
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "combined_business_teaser",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "EntityName": "Acme Corp",
      "PersonName": "",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Galaxy path: /CombinedBusinessSearch | search-type: CombinedBusinessSearch
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "combined_business_search",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "businessName": "Acme Corp",
      "poseidonId": "",
      "tahoeId": "",
      "ssn": "",
      "taxId": "",
      "phone": "",
      "email": "",
      "Page": 1,
      "ResultsPerPage": 5
    }
  }
}

Example 36: Contact Enrichment

Galaxy path: /ContactEnrich | search-type: DevAPIContactEnrich
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "contact_enrichment",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "MiddleName": "",
      "Dob": "",
      "Address": {
        "addressLine1": "",
        "addressLine2": ""
      },
      "Phone": "",
      "Email": ""
    }
  }
}

Example 37: Verify Email

Galaxy path: /VerifyEmail | search-type: VerifyEmail
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "verify_email",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "Email": "test@example.com"
    }
  }
}

Example 38: eLeadVerify

Galaxy path: /LeadVerify | search-type: IdvAuthPerson
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "eleadverify",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "Ssn": "",
      "Dob": "",
      "AddressLine1": "",
      "AddressLine2": "",
      "City": "",
      "State": "",
      "Zip": "",
      "Email": "",
      "Phone": "",
      "DriverLicense": ""
    }
  }
}

Example 39: Consumer Insights

Galaxy path: /ConsumerInsights | search-type: ConsumerProfileSearch
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "consumer_insights",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "Dob": "",
      "Ssn": "",
      "Email": "",
      "Phone": "",
      "TahoeIds": [],
      "categoryType": 0
    }
  }
}

Example 40: ePreFill

Galaxy path: /ePreFill | search-type: eIDVePrefillPerson
{
  "automationType": "enformion",
  "nodeId": "example-node-001",
  "nodeParams": {
    "action": "eprefill",
    "params": {
      "apName": "YOUR_ENFORMION_AP_NAME",
      "apPassword": "YOUR_ENFORMION_AP_PASSWORD",
      "FirstName": "John",
      "LastName": "Smith",
      "Dob": "",
      "AddressLine1": "",
      "AddressLine2": "",
      "City": "",
      "State": "",
      "Zip": "",
      "Email": "",
      "Phone": ""
    }
  }
}

Third-Party Documentation