List teams
GET/userApi/fleets/groups
Lists teams in the current organization. Returns a paginated response only when the page query parameter is provided.
For simple filters, you can use the interactive fields below. For location_id[] and attributes[...], browser URL or Postman testing is more reliable because Swagger UI may generate an incorrect curl command for complex query keys.
This endpoint accepts bracket-style query keys for multi-value and attribute filters.
Browser URL examples (raw):
https://lp.driveroo.com/userApi/fleets/groups?page=1&location_id[]=1&location_id[]=2https://lp.driveroo.com/userApi/fleets/groups?attributes[123]=ABChttps://lp.driveroo.com/userApi/fleets/groups?attributes[123][]=A&attributes[123][]=B
Browser URL example (URL-encoded, same request):
https://lp.driveroo.com/userApi/fleets/groups?attributes%5B123%5D%5B%5D=A&attributes%5B123%5D%5B%5D=B
Request
Responses
- 200
- 401
- 403
Returns teams in the current organization. Without page, returns the full collection. With page, returns pagination metadata.
Unauthorized. Missing, invalid, or expired token.
Forbidden. Not enough permissions.