GET /v2/company-info

Get Company Info

Returns the carrier's name and DOT number. Use it to confirm your credentials work.

Authentication

Send both headers on every request. How auth works →
  • X-API-Provider-Key Your provider key Identifies your platform. The same for every request.
  • X-API-Company-Key The carrier's company key Scopes all returned data to that one carrier.

Responses

200 OK Success — payload in data, wrapped in the response envelope.
Field Type Description
company_name string Legal name of the carrier
dot_number string USDOT number
401 Unauthorized Missing or invalid API key.
Field Type Description
status_code integer HTTP status code (e.g. 401).
description string Human-readable error message.
data null Always null on error.