Skip to main content

Add a new carrier

POST 

/company/my_carriers/

Allows registering a new carrier associated with the company. Requires JWT authentication.

Use cases:

  • Register new carriers to manage shipments
  • Maintain a directory of available carriers
  • Associate carriers with logistics operations

Example flow:

  1. Obtain authentication token
  2. Register carrier with basic data
  3. Enable carrier when ready to operate

Request

Responses

Carrier created successfully