Get Carrier
Fetch details of a specific carrier.
/carriers/:carrier_id
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
status: true,
message: 'Carrier retrieved successfully',
data: {
active: true,
carrier_id: 'CA-01521075089',
domestic: true,
id: 'loYZh5J47D6gJUKOExXeO1RLcMARScLi',
international: true,
logo: 'https://ucarecdn.com/dcdd8109-af8c-4057-8104-192be821dd6e/download4.png',
metadata: {},
name: 'DHL Express',
created_at: '2021-07-13T20:25:53.011Z',
updated_at: '2021-07-13T20:25:53.011Z'
}
}Last updated
Was this helpful?