Requires authentication
Endpoint
Parameters
| Parameter | Type | Description |
|---|---|---|
id | UUID | User ID |
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Retrieve vehicle associated with user
GET /users/{id}/vehicle
| Parameter | Type | Description |
|---|---|---|
id | UUID | User ID |
{
"success": true,
"data": {
"id": "uuid",
"plateNumber": "ABC123",
"model": "Toyota Camry",
"color": "Blue",
"year": 2020
}
}
Was this page helpful?