Get list of all carriers
GET/company/my_carriers/all
Returns a complete list of all carriers associated with the company. Requires JWT authentication.
Use cases:
- Consult the complete carrier directory
- Filter active/inactive carriers in the client
- Obtain basic data for selecting carriers
Notes:
- The response includes metadata such as the total count
- Carriers are ordered by creation date (most recent first)
Responses
- 200
- 401
List of carriers obtained successfully.
Unauthorized. Invalid or missing JWT token.