AutoPAV
Perform an automated PAV using AutoGrabs PAV API
Create a PAV automatically
Authorizations
Body
claim_idstringRequiredExample: 
MRC123external_idstringOptionalExample: 
mrc-00001odometernumberRequiredExample: 
50000regionstring · enumRequiredPossible values: 
regostringOptionalExample: 
1IDX452statestringOptionalExample: 
WAvehicle_titlestringOptionalExample: 
2022 Toyota Hilux SR5vinstringOptionalExample: 
MR0BA3CD700068478Responses
200
Success
application/json
201
Created
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
post
/v2/insurance-claims/autopavPOST /v2/insurance-claims/autopav HTTP/1.1
Host: api.autograb.com.au
ApiKey: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 174
{
  "claim_id": "MRC123",
  "external_id": "mrc-00001",
  "odometer": 50000,
  "region": "au",
  "rego": "1IDX452",
  "state": "WA",
  "vehicle_title": "2022 Toyota Hilux SR5",
  "vin": "MR0BA3CD700068478"
}{
  "success": true,
  "error": "text"
}Last updated
Was this helpful?