Get All Carpool Vehicle Categories
GET/carpool/vehicles/categories
Retrieve the paginated list of active carpool vehicle categories available under the authenticated client. Only non-deleted categories are returned. Use the category_id value to cross-reference the category_id field on vehicle and booking records.
Request
Responses
- 200
- 401
- 403
- 500
A paginated list of active carpool vehicle categories.
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
Internal server error.