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