API V4 – Search by Email Address

The /v4/search/email/ endpoint lets you load the list of carriers whose email address matches your search.

The key distinction between this endpoint and /v4/search/dot/ is that this endpoint returns a list of carriers, not an in-depth profile, even if only one carrier matches to the search phrase.

Notes on this endpoint:

  1. Authentication via header. To authenticate your API call, pass in your public API key with the X-Api-Key HTTP header.

HTTP Request

Method URL
GET https://api.brokercarrier.com/v4/search/email

Required Parameters

Name Type Value(s)
email string The full email address to match. Must be properly formatted.
Example: dandel7699@yahoo.com

Example Response

Request: https://api.brokercarrier.com/v4/search/email=dandel7699@yahoo.com

The example response shows the public overview data of carriers whose email address has been "dandel7699@yahoo.com" in the previous five years.

[
    {
        "dot_number": "2943048",
        "legal_name": "US SPRING TRUCKING INC",
        "carrier_operation": "C",
        "authority": null,
        "docket_numbers": null,
        "phy_address": "7113 JACKSON ST FL 1 NORTH BERGEN, NJ 07047-4809",
        "mailing_address": "7113 JACKSON ST FL 1 NORTH BERGEN, NJ 07047-4809",
        "email": "dandel7699@yahoo.com",
        "phone": "(201) 888-4684",
        "active": "y",
        "onboarded": {
            "status": 0
        }
    },
    {
        "dot_number": "3017019",
        "legal_name": "JALUDI TRUCKING LLC",
        "carrier_operation": "C",
        "authority": null,
        "docket_numbers": null,
        "phy_address": "7106 ADAMS ST APT 2 NORTH BERGEN, NJ 07047-4806",
        "mailing_address": "7106 ADAMS ST APT 2 NORTH BERGEN, NJ 07047-4806",
        "email": "dandel7699@yahoo.com",
        "phone": "(201) 699-7848",
        "active": "y",
        "onboarded": {
            "status": 0
        }
    },
    {
        "dot_number": "3120125",
        "legal_name": "ADAM TRUCKING LLC",
        "carrier_operation": "C",
        "authority": null,
        "docket_numbers": null,
        "phy_address": "9108 DURHAM AVE NORTH BERGEN, NJ 07047",
        "mailing_address": "9108 DURHAM AVE NORTH BERGEN, NJ 07047",
        "email": "dandel7699@yahoo.com",
        "phone": "(201) 737-8416",
        "active": "y",
        "onboarded": {
            "status": 0
        }
    },
    {
        "dot_number": "3227214",
        "legal_name": "ELEENA TRUCKING INC",
        "carrier_operation": "C",
        "authority": null,
        "docket_numbers": null,
        "phy_address": "233 DAY AVE CLIFFSIDE PK, NJ 07010-1101",
        "mailing_address": "233 DAY AVE CLIFFSIDE PK, NJ 07010-1101",
        "email": "dandel7699@yahoo.com",
        "phone": "(201) 699-2551",
        "active": "y",
        "onboarded": {
            "status": 0
        }
    },
    {
        "dot_number": "3311506",
        "legal_name": "EXIT TRUCKING INC",
        "carrier_operation": "C",
        "authority": null,
        "docket_numbers": null,
        "phy_address": "7113 JACKSON ST NORTH BERGEN, NJ 07047-4809",
        "mailing_address": "7113 JACKSON ST NORTH BERGEN, NJ 07047-4809",
        "email": "dandel7699@yahoo.com",
        "phone": "(201) 994-7502",
        "active": "y",
        "onboarded": {
            "status": 0
        }
    },
    {
        "dot_number": "3332515",
        "legal_name": "HM LANDSCAPING LLC",
        "carrier_operation": "C",
        "authority": null,
        "docket_numbers": null,
        "phy_address": "1400 PALISADE PLZ APT 4 CLIFFSIDE PK, NJ 07010-1072",
        "mailing_address": "1400 PALISADE PLZ APT 4 CLIFFSIDE PK, NJ 07010-1072",
        "email": "dandel7699@yahoo.com",
        "phone": "(201) 598-6615",
        "active": "y",
        "onboarded": {
            "status": 0
        }
    },
    {
        "dot_number": "3355107",
        "legal_name": "NASHMY CARPET LLC",
        "carrier_operation": "C",
        "authority": null,
        "docket_numbers": null,
        "phy_address": "128 PALISADE AVE CLIFFSIDE PK, NJ 07010-1037",
        "mailing_address": "128 PALISADE AVE CLIFFSIDE PK, NJ 07010-1037",
        "email": "dandel7699@yahoo.com",
        "phone": "(551) 254-0224",
        "active": "y",
        "onboarded": {
            "status": 0
        }
    },
    {
        "dot_number": "3365787",
        "legal_name": "ELEENA BROTHER TRUCKING INC",
        "carrier_operation": "C",
        "authority": null,
        "docket_numbers": null,
        "phy_address": "233 DAY AVE CLIFFSIDE PK, NJ 07010-1101",
        "mailing_address": "233 DAY AVE CLIFFSIDE PK, NJ 07010-1101",
        "email": "dandel7699@yahoo.com",
        "phone": "(201) 699-2551",
        "active": "y",
        "onboarded": {
            "status": 0
        }
    },
    {
        "dot_number": "3393277",
        "legal_name": "AK TRUCKING SERVICE LLC",
        "carrier_operation": "C",
        "authority": null,
        "docket_numbers": null,
        "phy_address": "202 12TH ST APT 6 PALISADES PK, NJ 07650-2047",
        "mailing_address": "202 12TH ST APT 6 PALISADES PK, NJ 07650-2047",
        "email": "dandel7699@yahoo.com",
        "phone": "(201) 598-0788",
        "active": "y",
        "onboarded": {
            "status": 0
        }
    },
    {
        "dot_number": "3401794",
        "legal_name": "A&M EXPRESS DELIVERY INC",
        "carrier_operation": "C",
        "authority": null,
        "docket_numbers": null,
        "phy_address": "128 PALISADE AVE CLIFFSIDE PK, NJ 07010-1037",
        "mailing_address": "128 PALISADE AVE CLIFFSIDE PK, NJ 07010-1037",
        "email": "dandel7699@yahoo.com",
        "phone": "(201) 376-0347",
        "active": "y",
        "onboarded": {
            "status": 0
        }
    }
]