Deprixa Plus — API Reference · Driver Endpoints
These endpoints are restricted to users with the Driver role. Used by the driver mobile experience.
Get Assigned Shipments
| Method | GET |
|---|---|
| URL | /api/v1/driver/assigned-shipments |
| Role | Driver |
| Description | Returns all shipments currently assigned to the authenticated driver. |
Update Shipment Status
| Method | POST |
|---|---|
| URL | /api/v1/driver/update-status |
| Role | Driver |
| Description | Updates the status of an assigned shipment (e.g., Picked Up, In Transit, Delivered). |
Report Location
| Method | POST |
|---|---|
| URL | /api/v1/driver/location |
| Role | Driver |
| Description | Reports the driver's current GPS coordinates for live tracking on the dispatch map. |
Driver Profile
| Method | GET |
|---|---|
| URL | /api/v1/driver/profile |
| Role | Driver |
| Description | Returns the authenticated driver's profile information. |