Skip to main content
Version: 2.27.0

Vehicle Service

Authentication

This API uses OAuth 2 with Microsoft Entra ID provider for authentication and authorization.

Security Scheme Type:

oauth2

OAuth Flow (implicit):

Scopes:

  • api://vehicle-service/.default: Get all API permissions granted to client application.

  • api://vehicle-service/vehicles.get: GET vehicle resources.

  • api://vehicle-service/vehicles.update: Update vehicle resources.

  • api://vehicle-service/statuses.get: List and read vehicle statuses.

  • api://vehicle-service/vehicles.comments.read: Read comments about a vehicle.

  • api://vehicle-service/vehicles.comments.write: Write new comments to a vehicle.

  • api://vehicle-service/vehicles.write: Create new vehicles.

  • api://vehicle-service/packages.read: List packages available

  • api://vehicle-service/packages.write: Create a new package

  • api://vehicle-service/fleets.read: List fleets available

License