Skip to main content
Version: 2.0

Fetch a label

GET 

/standard/label

This endpoint is meant to be used for retrieving the label for a given delivery. Labels can be customized by the sender based on technical and operational requirements.

Request

Query Parameters

    access_token stringrequired

    API Token

    id stringrequired

    Id of the delivery is been looked for

    format string

    Possible values: [pdf, zpl]

    Default value: pdf

    The returned label format whether it's a pdf or zpl. Zpl will be return a label optimized for 103x150mm @203dpi

Responses

OK

Schema
  • string binary

    Returns the label as PDF

Loading...