Perform an automated PAV using AutoGrabs PAV API
Last updated 15 days ago
Was this helpful?
Create a PAV automatically
/v2/insurance-claims/autopav
au
nz
uk
my
curl -L \ --request POST \ --url 'https://api.autograb.com.au/v2/insurance-claims/autopav' \ --header 'ApiKey: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "region": "au", "claim_id": "MRC123", "external_id": "mrc-00001", "odometer": 50000, "rego": "1IDX452", "state": "WA", "vehicle_title": "2022 Toyota Hilux SR5", "vin": "MR0BA3CD700068478" }'
{ "success": true, "error": "text" }