Requires authentication
Endpoint
Query Parameters
| Parameter | Type | Description |
|---|---|---|
sortBy | string | Field to sort by (optional) |
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Retrieve list of vehicles
GET /vehicles
| Parameter | Type | Description |
|---|---|---|
sortBy | string | Field to sort by (optional) |
{
"success": true,
"data": [
{
"id": "uuid",
"plateNumber": "ABC123",
"model": "Toyota Camry",
"color": "Blue",
"year": 2020,
"userId": "uuid"
}
]
}
Was this page helpful?