This endpoint retrieves the details of delivered parcels in the logistics system.
No request body is required for this endpoint.
open_api
- The base URL for the API.The response for this request follows the JSON schema below:
{
"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 retrieves the details of delivered parcels in the logistics system.
No request body is required for this endpoint.
open_api
- The base URL for the API.The response for this request follows the JSON schema below:
{
"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
.