Skip to main content

profile

Basic Carrier Info + Recent Inspections, Violations, and Crashes

endpoint: /api/v1/carrier/profile
method: GET
description: Returns Basic Motor Carrier Information for a single company, as well as recent Inspections, Violations, Crashes and Matching Companies.

Query ParameterData TypeDescriptonExample
dotstringThe dot number of a carrierdot=1234567
docketstringThe MC/FF/MX of a carrierdocket=MC1234567
docket=MX12345
docket=FF1234
type (optional)stringThe format of the returned data. This parameter defaults to JSON format.type=json
type=xml

usage:

Query by DOT Number:
(GET) https://dashboard.ecarriercheck.com/api/v1/carrier/profile?dot=298907

Query by MC Number:
(GET) https://dashboard.ecarriercheck.com/api/v1/carrier/profile?docket=MC214715

Query by FF Number:
(GET) https://dashboard.ecarriercheck.com/api/v1/carrier/profile?docket=FF7791

Return Types

Data can be returned as either JSON (Default) or xml. To explicitly specify the returned data type, add the type parameter to your query:

Query returning JSON:
(GET) https://dashboard.ecarriercheck.com/api/v1/carrier/profile?dot=298907&type=json

Query returning XML:
(GET) https://dashboard.ecarriercheck.com/api/v1/carrier/profile?dot=298907&type=xml