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

post

Create a new insurance claim

Authorizations
ApiKeystringRequired
Body
agreed_valuenumberOptionalExample: 14000
claim_idstringRequiredExample: 49823750193
external_idstringOptionalExample: 23456
notesstringOptionalExample: This is a reliable car!
odometernumberOptionalExample: 50000
regionstring · enumRequiredPossible values:
regostringOptionalExample: 698XCU
statestringOptionalExample: VIC
user_emailstringOptionalExample: [email protected]
vinstringOptionalExample: KMFWBX7JMBU294974
Responses
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?