Get All Shipments

This is used to get all shipments booked with us.

This endpoint retrieves all booked orders, returning results in a paginated format. It accepts an optional status parameter to filter shipments based on their current status. Available status filters include pending, in progress, picked up, and delivered.

Request Sample

curl --location 'https://delivery-staging.apiideraos.com/api/v2/token/user/allorders?status=pending' \
--header 'Authorization: Bearer Secret Key'

Response Sample

{
    "status": false,
    "message": "Invalid route or endpoint not found",
    "status_code": 404
}

Last updated