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. [PREMIUM] To have access to this service you need a Premium Account.
Request
Query Parameters
access_token stringrequired
API Token
sender_external_id stringrequired
Id of the delivery is been looked for
Responses
- 200
- 400
- 500
OK
- application/pdf
- Schema
- Example (from schema)
- example-1
Schema
- object
{}
{}
Bad Request
- application/json
- Schema
- Example (from schema)
- example-400
Schema
error booleanrequired
message stringrequired
Possible values: non-empty
{
"error": true,
"message": "string"
}
{
"error": true,
"message": "not a valid sender_external_id"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- example-500
Schema
error booleanrequired
message stringrequired
Possible values: non-empty
{
"error": true,
"message": "string"
}
{
"error": true,
"message": "Internal error, please contact support@sendit.green"
}
Loading...