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