Get carrier details
GET/company/my_carriers/:carrierId
Returns the detailed information of a specific carrier. Requires JWT authentication.
Use cases:
- Verify complete data of a carrier
- Display detailed information in user interfaces
- Validate the status and configuration of a carrier
Notes:
- The carrier ID must be valid and exist
- Access is only permitted to carriers associated with the company
Request
Responses
- 200
- 401
- 404
Carrier details obtained correctly
Unauthorized. Invalid or missing JWT token.
Carrier not found. The provided ID does not exist or is not associated with the company.