This endpoint allows you to retrieve the transit parcels for logistics.
Method: GET
URL: {{open_api}}/parcel/logistics/transit-parcel
{
"type": "object",
"properties": {
"status": {
"type": "boolean"
},
"message": {
"type": "string"
},
"data": {
"type": "array"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
"no-cache"
"<calculated when request is sent>"
"<calculated when request is sent>"
"<calculated when request is sent>"
"PostmanRuntime/7.39.1"
"gzip, deflate, br"
"keep-alive"
The body is of type any
.
success
The response is of type object
.
This endpoint allows you to retrieve the transit parcels for logistics.
Method: GET
URL: {{open_api}}/parcel/logistics/transit-parcel
{
"type": "object",
"properties": {
"status": {
"type": "boolean"
},
"message": {
"type": "string"
},
"data": {
"type": "array"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
"no-cache"
"<calculated when request is sent>"
"<calculated when request is sent>"
"<calculated when request is sent>"
"PostmanRuntime/7.39.1"
"gzip, deflate, br"
"keep-alive"
The body is of type any
.
success
The response is of type object
.