API for Dealer/Brokers - Company & Contact Linking

The endpoints below represent use cases that support the creation of CRM-ready view of decision-makers, owners, and brokers.

Select each endpoint tab to view details along with sample inputs and responses.

  • Endpoint: getCompanyList

    Dealer/Brokers use getCompanyList to discover and segment owners, operators, and broker-related companies tied to specific aircraft criteria, supporting targeted sourcing, relationship building, and CRM-ready outreach at scale.

    Practical Example

    View companies connected to Gulfstream and Astra aircraft in New York, New Jersey, and Pennsylvania, filtered to ownership and broker relationship types. Use this information to support targeted sourcing, identify broker-controlled inventory, and prioritize prospecting and outreach within active dealer and broker networks.

    💡Tip: Use "companychanges": "true" in your input to return companies that have had changes since last time you called the endpoint.

    Input (key fields only)

    {
      "state": [
        "NY",
        "NJ",
        "PA"
      ],
      "make": [
        "GULFSTREAM",
        "ASTRA"
      ],
      "relationship": [
        "Owner",
        "Fractional Owner",
        "Exclusive Broker"
      ],
      "companychanges": "true",
      "isoperator": "False"
    }

    Response (truncated)

     "companies": [
        {
          "companyid": 434178,
          "parentcompanyid": 0,
          "name": "Adyson Aviation Group, LLC",
          "entitytype": "Business",
          "altname": "",
          "alttype": "",
          "address1": "1704 Maxwell Drive, Suite 202",
          "address2": "",
          "city": "Wall",
          "state": "NJ",
          "statename": "New Jersey",
          "postcode": "07719",
          "country": "United States",
          "email": "info@adysonaviationgroup.com",
          "website": "www.adysonaviationgroup.com",
          "certifications": [
            {
              "name": "GLADA",
              "cert_nbr": "",
              "company_name": "",
              "notes": "",
              "cert_type": "Membership"
            },
            {
              "name": "NBAA",
              "cert_nbr": "",
              "company_name": "Adyson Aviation Group, LLC",
              "notes": "",
              "cert_type": "Membership"
            }
          ]
        },
        {
          // additional records follow
        }
      ]
    }
  • Endpoint: getCompany

    Dealer/Brokers use getCompany to retrieve a detailed company profile for a specific owner, operator, or broker, including address information, contacts, certifications, and aircraft relationships once a target company has been identified.

    Practical Example

    View the full company profile for a selected owner or operator identified during company discovery. Use this information to support qualification, outreach, and deal preparation.

    💡Tip: Use this after getCompanyList to drill into a specific company once a relevant companyID has been identified.

    Input: companyID

    Response (truncated)

    {
      "company": {
        "identification": {
          "companyid": 469889,
          "parentcompanyid": 0,
          "actiondate": "2022-01-31T09:28:56",
          "name": "AHA Aviation, LLC",
          "altname": "",
          "alttype": "",
          "address1": "50 Atrium Drive",
          "address2": "",
          "city": "Somerset",
          "state": "NJ",
          "statename": "New Jersey",
          "postcode": "08873",
          "country": "United States",
          "continent": "North America",
          "agencytype": "Civilian",
          "email": "",
          "website": "",
          "pageurl": "https://www.jetnetevolution.com/DisplayCompanyDetail.aspx?compid=469889&jid=0"
        },
        "contacts": [
          698072
        ],
        "phonenumbers": [
          {
            "type": "Office",
            "number": "732-357-2426"
          }
        ],
        "businesstypes": [
          "End User"
        ],
        "aircraftrelationships": [
          {
            "aircraftid": 186602,
            "relationtype": "Owner",
            "relationseqno": 1,
            "contactid": 698072,
            "ownerpercent": null,
            "fractionexpiresdate": null,
            "isoperator": "N",
            "businesstype": "End User"
          }
        ],
        "relatedcompanies": null,
        "certifications": null
      }
    }
  • Endpoint: getContactList

    Dealer/Brokers use getContactList to surface people associated with target companies so outreach can be directed to the appropriate decision-makers and stakeholders during sourcing and deal conversations.

    Practical Example

    View contacts associated with a selected company identified during company discovery. Use this information to support focused outreach to owners, operators, or broker-affiliated decision-makers.

    💡Tip: Use this after getCompanyList to focus contact pulls on relevant owners, operators, or broker-affiliated companies, rather than pulling contacts broadly.

    Input (key fields only)

    {
      "companyid": 434178
    }

    Response (truncated)

    {
    "contacts": [
        {
          "contactid": 629704,
          "companyid": 434178,
          "companyname": "Adyson Aviation Group, LLC",
          "sirname": "Mr.",
          "firstname": "Dan",
          "middleinitial": null,
          "lastname": "Dunn",
          "suffix": null,
          "title": "Founder & CEO",
          "email": "Dan@adysonaviationgroup.com",
          "phonenumber": "203-808-1687",
          "actiondate": "2025-07-02T08:40:26",
          "othernumbers": [
            {
              "type": "Mobile",
              "number": "203-808-1687"
            }
          ]
        },
        {
          "contactid": 630051,
          "companyid": 434178,
          "companyname": "Adyson Aviation Group, LLC",
          "sirname": "Ms.",
          "firstname": "Melanie",
          "middleinitial": null,
          "lastname": "Dunn",
          "suffix": null,
          "title": "Managing Director",
          "email": "melanie@adysonaviationgroup.com",
          "phonenumber": "848-220-9370",
          "actiondate": "2026-01-26T10:02:27",
          "othernumbers": [
            {
              "type": "Office",
              "number": "848-220-9370"
            },
            {
              "type": "Mobile",
              "number": "860-378-5517"
            }
          ]
        },
        {
          "contactid": 648289,
          "companyid": 434178,
          "companyname": "Adyson Aviation Group, LLC",
          "sirname": "Ms.",
          "firstname": "Samantha",
          "middleinitial": null,
          "lastname": "Meyers",
          "suffix": null,
          "title": "Sales Engineer",
          "email": "smeyers@adysonaviationgroup.com",
          "phonenumber": "732-998-5534",
          "actiondate": "2025-08-14T16:31:06",
          "othernumbers": [
            {
              "type": "Mobile",
              "number": "732-998-5534"
            }
          ]
        },
        {
          "contactid": 658299,
          "companyid": 434178,
          "companyname": "Adyson Aviation Group, LLC",
          "sirname": "Mr.",
          "firstname": "Elmar",
          "middleinitial": null,
          "lastname": "Monreal",
          "suffix": null,
          "title": "President",
          "email": "monreal@adysonaviationgroup.com",
          "phonenumber": "848-220-9370",
          "actiondate": "2026-01-16T22:23:53",
          "othernumbers": null
        }
      ]
    }
  • Endpoint: getRelationships

    Dealer/Brokers use getRelationships to map the full Aircraft → Company → Contact hierarchy, clarifying ownership, operational roles, and associated contacts to support coordinated outreach, qualification, and CRM workflows.

    Example Input (simplified)

    View all companies and contacts linked to a specific aircraft to understand ownership, operator status, and related relationships. Use this information to support coordinated deal activity and clear communication.

    💡Tip: Use this after aircraft discovery, such as getAircraftList, to focus on relationships to a particular aircraft.

    Input (key fields only)

    {
        "aircraftid": 52005
    }

    Example Response (trunctaed):

    {
      "relationships": [
        {
          "aircraftid": 52005,
          "regnbr": "N139TJ",
          "companyid": 173954,
          "name": "Air Methods, LLC",
          "relationtype": "Owner",
          "relationseqno": 1,
          "contactid": 598351,
          "ownerpercent": null,
          "fractionpurchasedate": null,
          "fractionexpiresdate": null,
          "isoperator": "N",
          "businesstype": "Air Ambulance",
          "company": {
            "companyid": 173954,
            "parentcompanyid": 0,
            "active": true,
            "actiondate": "2025-12-17T14:18:40",
            "name": "Air Methods, LLC",
            "altname": null,
            "address1": "5500 South Quebec Street, Suite 300",
            "address2": null,
            "city": "Greenwood Village",
            "state": "CO",
            "stateabbr": "Colorado",
            "postcode": "80111",
            "country": "United States",
            "email": "communications@airmethods.com",
            "website": "www.airmethods.com",
            "office": "303-792-7400",
            "fax": "303-790-0499",
            "mobile": null
          },
          "contact": {
            "contactid": 598351,
            "active": false,
            "companyid": 173954,
            "actiondate": "2014-05-28T11:27:31",
            "sirname": "Mr.",
            "firstname": "Steve",
            "middleinitial": "E",
            "lastname": "Gorman",
            "suffix": null,
            "title": "Board of Directors",
            "email": null,
            "office": null,
            "fax": null,
            "mobile": null
          }
        },
        {
          "aircraftid": 52005,
          "regnbr": "N139TJ",
          "companyid": 173954,
          "name": "Air Methods, LLC",
          "relationtype": "Certificate Holder",
          "relationseqno": 99,
          "contactid": null,
          "ownerpercent": null,
          "fractionpurchasedate": null,
          "fractionexpiresdate": null,
          "isoperator": "Y",
          "businesstype": "Air Ambulance",
          "company": {
            "companyid": 173954,
            "parentcompanyid": 0,
            "active": true,
            "actiondate": "2025-12-17T14:18:40",
            "name": "Air Methods, LLC",
            "altname": null,
            "address1": "5500 South Quebec Street, Suite 300",
            "address2": null,
            "city": "Greenwood Village",
            "state": "CO",
            "stateabbr": "Colorado",
            "postcode": "80111",
            "country": "United States",
            "email": "communications@airmethods.com",
            "website": "www.airmethods.com",
            "office": "303-792-7400",
            "fax": "303-790-0499",
            "mobile": null
          },
          "contact": null
        }
      ]
    }

Was this article helpful?

/