Admin APIs/Linking (Vehicle ↔ User ↔ Driver)
Users Linked to Driver
GET
/admin/drivers/linkedusers/:driverIdBearer token required
ADMINContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
driverId | number | Required |
Code Examples
curl -X GET 'https://<your-domain>:3001/admin/drivers/linkedusers/:driverId' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured serverdriverId*