The carrier list endpoint returns a list of carrier-accounts that you have setup in your Carriyo account. A carrier account can be inactive
if it is not in use.
By default, the endpoint returns all active and inactive carrier accounts. The status
query parameter can be passed to return carrier accounts based on the status. You can pass the following values to the status
parameter.
Inactive carrier accounts cannot be used for booking. Hence you may want to only fetch active carrier accounts by passing query parameter of status=active
.
[- {
- "carrier_account_id": "string",
- "carrier_account_name": "string",
- "carrier": "string",
- "daily_capacity_id": "string",
- "in_flight_capacity_id": "string",
- "costing_profile_id": "string",
- "network_id": "string",
- "property": { },
- "label": {
- "default_label": "string"
}, - "auto_ready_to_ship": true,
- "auto_return_confirmed": true,
- "auto_translate_to_english": true,
- "update_date": "string",
- "deleted": true
}
]