Get Reference Numbers for a Shipment
Retrieve the Reference Numbers of a single Shipment by its id.#
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://ws.integration.banyantechnology.com/api/v3/shipments//referencenumbers'
Responses
application/json [
{
"type": "string",
"value": "string",
"printOnBol": true,
"printOnShippingLabel": true
}
]
Modified at 2024-09-16 11:42:17