Skip to main content

Tyre Scanner Specifications

Connect the WebHook

Provide an endpoint that receives a request with the POST verb, the body (in JSON) is described in the following section. If the endpoint is secure, please inform the technical team who will implement the necessary code.

Exemple de body

{
"creationDate": "2023-11-23T17:38:16.720Z",
"vehicle": {
"license": "FY-856-SQ",
"externalId": "123456",
"maker": "SEAT",
"model": "Arona"
},
"isProcessingCompleted": true,
"frontAxle": {
"mountedTyreInfos": {
"brandName": "Uniroyal",
"productName": "AllSeasonMax",
"season": "AllSeasons"
},
"originalEquipmentDimension": {
"width": 235,
"ratio": 65,
"isZr": false,
"diameter": 16,
"loadIndex": 115,
"speedIndex": "R"
}
},
"rearAxle": {
"mountedTyreInfos": {
"brandName": "Uniroyal",
"productName": "AllSeasonMax",
"season": "AllSeasons"
},
"originalEquipmentDimension": {
"width": 235,
"ratio": 65,
"isZr": false,
"diameter": 16,
"loadIndex": 115,
"speedIndex": "R"
}
}
}

Request body properties

PropertyNot nullTypeDescription
creationDateyesStringAnalysis creation date
vehicleyesVehicleObjetContains vehicle data
isProcessingCompletedyesBooleanInformation relating to the processing status
frontAxlenoAxleObjectFront axle information
rearAxlenoAxleObjectRear axle information

VehicleObject

PropertyNot nullTypeDescription
licenseyesStringVehicle registration number
externalIdnoStringExternal code passed during tyre scanner analysis creation
makernoStringVehicle Brand
modelnoStringVehicle model

AxleObject

PropertyNot nullTypeDescription
mountedTyreInfosnoMountedTyreInfosObjectTyre data
originalEquipmentDimensionnoOriginalEquipmentDimensionData about mounting recommendation

MountedTyreInfosObject

PropertyNot nullTypeDescription
brandNamenoStringTyre brand
productNamenoStringTyre model
seasonnoStringTyre season

OriginalEquipmentDimensionObject

PropertyNot nullTypeDescription
widthnoIntegerTyre width
rationoIntegerTyre ratio
isZRnoBooleanIs Tyre ZR or not (R is no)
diameternoIntegerRim diameter
loadIndexnoIntegerTyre load index
speedIndexnoIntegerTyre speed index