Lookup vehicle via MotorAPI
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /modules/motorapi/lookup
Operation
Operation ID: motorApiLookup
Look up vehicle information using license plate
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Parameters
Name | In | Required | Type | Description |
|---|---|---|---|---|
plate | query | yes | string |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Vehicle information retrieved successfully | application/json |
Schema for response 200 (application/json):
{}
17 March 2026