Vehicle avatar
API calls to upload and assign avatar to the vehicle.
API actions
assign
Parameters
name
description
type
Examples
curl -X POST 'https://api.eu.navixy.com/v2/vehicle/avatar/assign' \
-H 'Content-Type: application/json' \
-d '{"hash": "a6aa75587e5c59c32d347da438505fc3", "vehicle_id": 127722, "icon_id": 1342}'https://api.eu.navixy.com/v2/vehicle/avatar/assign?hash=a6aa75587e5c59c32d347da438505fc3&vehicle_id=127722&icon_id=1342{
"success": true
}upload
Parameters
name
description
type
Response
Errors
Last updated
Was this helpful?