v1
latestOpenAPI 3.0.12026-07-242073551.1 MBCarriers
Get Carrier
Retrieves detailed information about a specific carrier, including its services, logo, and operational information, based on the provided carrier code.
get/v4/carriers/{carrierCode}
Path parameters
carrierCodestring required
A unique identifier for this carrier. This code is typically alphanumeric and serves as a reference to distinguish between various carriers within the system.
Response
Returns the details of a carrier.
Example response
{
"CarrierCode": "RM",
"Name": "Royal Mail",
"Description": "Produces labels, required documentation, billing management for shipments sent via the Royal Mail network.",
"LogoBase64": "R0lGODlhYQBBAPf/AOjMmdsqOP3hHPqtHfmcHf3RHLa+vfPy8fAAH/vBHfH...",
"CarrierTimezone": "London/Europe"
}