This endpoint makes an HTTP GET request to retrieve the processing status of parcels in the logistics system.
This request does not require a request body.
status
(boolean): Indicates the success or failure of the request.
message
(string): Provides any additional information or error messages.
data
(array): Contains the processing status of the parcels.
{
"status": true,
"message": "",
"data": []
}
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 makes an HTTP GET request to retrieve the processing status of parcels in the logistics system.
This request does not require a request body.
status
(boolean): Indicates the success or failure of the request.
message
(string): Provides any additional information or error messages.
data
(array): Contains the processing status of the parcels.
{
"status": true,
"message": "",
"data": []
}
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
.