cURL
curl --request POST \ --url https://api.ai2fin.com/api/vehicles \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "make": "<string>", "model": "<string>", "year": 123, "registrationNumber": "<string>", "businessUsePercentage": 123 } '
Add vehicle for ATO logbook and travel deductions
JWT token obtained from /api/auth/login endpoint. Use for standard API access and OAuth-based integrations.
Vehicle registered