# Get a carrier by ID Retrieve a single carrier by its unique identifier. The response will include type-specific fields based on the carrier's type: - TRUCKLOAD: Includes insurance, safety rating, and FMCSA inspection fields - AIR, CARTAGE, LINEHAUL, LTL, OCEAN, RAIL: Include only base carrier fields Endpoint: GET /carriers/{id} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `id` (string, required) Resource ID (UUID) or client key Example: "550e8400-e29b-41d4-a716-446655440000" ## Response 400 fields (application/json): - `error` (string, required) Error code - `message` (string, required) Human-readable error message ## Response 401 fields (application/json): - `error` (string, required) Error code - `message` (string, required) Human-readable error message ## Response 404 fields (application/json): - `error` (string, required) Error code - `message` (string, required) Human-readable error message ## Response 500 fields (application/json): - `error` (string, required) Error code - `message` (string, required) Human-readable error message