Skip to main content
Description: Manage operations in ATTOM (Unified). Authentication:
  • See integration-specific authentication requirements
Available Actions: Examples:
Action: unknown
Example 1: ATTOM: Property Detail Get property details based on ID or address. Returns basic property information including identifier, lot details, area, address, location, summary, utilities, and building characteristics.
{
  "automationType": "attom",
  "nodeId": "test-node-id"
}
Example 2: ATTOM: Property Basic Profile Get basic property information and most recent transaction and taxes. Requires a valid ATTOM ID (attomid) from a previous property lookup.
{
  "automationType": "attom",
  "nodeId": "test-node-id"
}
Example 3: ATTOM: Property Expanded Profile Get detailed property information and most recent transaction and taxes. Includes sale information, assessment data, mortgage details, and owner information.
{
  "automationType": "attom",
  "nodeId": "test-node-id"
}
Example 4: ATTOM: Property Detail with Schools Get property details with schools within attendance boundary. Requires a valid property ID from a previous property lookup.
{
  "automationType": "attom",
  "nodeId": "test-node-id"
}
Example 5: ATTOM: Property Detail Mortgage Get property details with mortgage information including lender name, loan amount, loan type, term, and due date.
{
  "automationType": "attom",
  "nodeId": "test-node-id"
}
Example 6: ATTOM: Property Detail Owner Get property details with owner information including owner names, mailing address, and absentee owner status.
{
  "automationType": "attom",
  "nodeId": "test-node-id"
}
Example 7: ATTOM: Property Detail Mortgage Owner Get property details with both mortgage and owner information in a single response.
{
  "automationType": "attom",
  "nodeId": "test-node-id"
}
Example 8: ATTOM: School Detail Get details about a particular school. Requires a valid school ID from a previous property lookup.
{
  "automationType": "attom",
  "nodeId": "test-node-id"
}
Example 9: ATTOM: School District Detail Get details about a particular school district. Requires a valid school district ID from a previous property lookup.
{
  "automationType": "attom",
  "nodeId": "test-node-id"
}
Example 10: ATTOM: AVM Detail Get AVM (Automated Valuation Model) details for a property including value estimates, high/low ranges, condition-based values, and AVM change history.
{
  "automationType": "attom",
  "nodeId": "test-node-id"
}
Example 11: ATTOM: Attomized AVM Detail Get the Attomized AVM and other property details. Requires a valid ATTOM ID (attomid) from a previous property lookup.
{
  "automationType": "attom",
  "nodeId": "test-node-id"
}
Example 12: ATTOM: Sale Detail Get sale information for a property including sale amount, sale date, sale type, buyer/seller information, and price calculations.
{
  "automationType": "attom",
  "nodeId": "test-node-id"
}
Example 13: ATTOM: Sales History Basic Get basic transaction and loan history on a property. Returns a chronological list of sales, mortgages, and transfers with buyer/seller names and mortgage details.
{
  "automationType": "attom",
  "nodeId": "test-node-id"
}
Example 14: ATTOM: Sales History Expanded Get detailed transaction, pre-foreclosure and loan history on a property. Includes foreclosure information, detailed sale history with title company and deed types, and comprehensive mortgage details.
{
  "automationType": "attom",
  "nodeId": "test-node-id"
}
Example 15: ATTOM: Sales History Detail Get sales history for a property. Returns a simplified list of sales transactions with amounts and dates.
{
  "automationType": "attom",
  "nodeId": "test-node-id"
}
Example 16: ATTOM: All Events Detail Get all events that have occurred on a specific address. Returns comprehensive data including AVM, sale, and assessment information in a single response.
{
  "automationType": "attom",
  "nodeId": "test-node-id"
}
Example 17: ATTOM: Assessment History Detail Get assessment history and property details. Requires a valid property ID from a previous property lookup.
{
  "automationType": "attom",
  "nodeId": "test-node-id"
}
Third-Party Documentation: