Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Get fleet vehicles

GET
/fleets/{fleetId}/vehicles

Authorizations

Parameters

Path Parameters

fleetId
required
string

Responses

200

Fleet’s vehicles

Examples

Example with cURL

curl -X GET http://localhost:3005/fleets/{fleetId}/vehicles \
-H 'Authorization: Bearer <your_token_here>' \