Pre-Accident Valuation (PAV)
Interact with the AutoGrab PAV product over API
The create insurance claim endpoint triggers the generation of a PAV assessment in the AutoGrab PAV tool, which can then be accessed via the UI.
This allows for external systems to automate the generation of the PAV assessment for a user to then access later by a direct URL using the Claim ID
Create a new insurance claim
Authorizations
ApiKeystringRequired
Body
agreed_valuenumberOptionalExample:
14000claim_idstringRequiredExample:
49823750193external_idstringOptionalExample:
23456notesstringOptionalExample:
This is a reliable car!odometernumberOptionalExample:
50000regionstring · enumRequiredPossible values:
regostringOptionalExample:
698XCUstatestringOptionalExample:
VICuser_emailstringOptionalExample:
[email protected]vinstringOptionalExample:
KMFWBX7JMBU294974Responses
201
Success
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
post
/v2/insurance-claims/Access PAV via URL
Once a PAV is successfully generated, you can generate a URL to access the PAV assessment via AutoGrabs front end using the following format:
This allows for use cases such as adding a button on a UI that can auto redirect a user to the AutoGrab PAV platform to quickly access the specific PAV assessment.
Last updated
Was this helpful?