LogoLogo
API StatusSupportPostmanContact Us
🇬🇧 UK AutoGrab API Doc
🇬🇧 UK AutoGrab API Doc
  • AutoGrab Basics
    • AutoGrab Developer Hub
    • Integration Overview
    • API Test Cases
    • FAQ
  • Authentication
    • API Key
    • OAuth Authentication
  • Vehicle Search
    • Vehicle Searching Basics
    • Plain-text Search
    • VRM Search
    • VIN Search
    • Facet Search
    • Vehicle ID Search
    • Marketplace ID Lookup
  • Sourcing
    • Sourcing Basics
    • Market Overlay
    • Market Statistics
    • Stock Feeds
  • Vehicle Data
    • Vehicle Data Basics
    • Recall Search
    • MOT & Tax Search
    • Vehicle History
    • Factory Build Data
    • Factory Fitted Options
  • Valuation
    • Valuation Basics
    • Valuation Predictions
    • Residual Valuations
    • Max Offer Configuration
    • Gauge API
  • Embeddable Products
    • Embeddable Basics
    • Gauge Widget
    • Valuation Widget
    • Market Overlay Widget
  • Customer Recapture
    • Customer Recapture
    • Webhooks Integration
  • Insurance
    • Pre-Accident Valuation
Powered by GitBook
LogoLogo

Links

  • Terms of Use

2024 © AutoGrab Pty Ltd. ABN 79 638 468 569

On this page
  • Workflow Overview
  • Isolate The Vehicle ID
  • Extrapolate Into Your Workflows

Was this helpful?

Export as PDF
  1. Insurance

Pre-Accident Valuation

Deliver you own PAV style product by leveraging a range of AutoGrab API products.

PreviousWebhooks Integration

Last updated 10 months ago

Was this helpful?

To deliver a PAV-style experience you can leverage existing API endpoints to deliver your desired UX. Below is a broad guide on how to achieve a similar outcome. Each integration will have nuances and specific commercial differences - don't hesitate to speak to your Integrations support person or sales executive for guidance.

Workflow Overview

Isolate The Vehicle ID

To begin the journey you will need to convert a real-world identifier into a vehicle ID to progress through the wider set of data. You can do this in four common ways;

  1. VIN Search - for unregistered or for scenarios where a plate is not known

For example, the response from a Registration search is below. Importantly you want to identify the ID, "id": "5932950835167232" for use in future steps.

We offer a range of data enrichment packs to deliver more information in your registration or VIN lookups, explore them all here. Consider the usage of the compliance information or vehicle age products.

Extrapolate Into Your Workflows

Get Market Data

To enrich your Overlay information we suggest employing additional features. For this use case, those are

Perform A Valuation

- the most common identifier consumers and agents are familiar with.

- for scenarios where a standard identifier is not known or where the data delivered from upstream (Road Authority) is not reliable.

Explore

To understand the position of that vehicle in the market you would call on the y service. This would deliver you a large payload of information on the competitive set of the vehicle.

- to get all the images attached to the lead inside AutoGrab.

- to get the primary detailed description of each listing for UI display purposes.

To understand the value of the vehicle you will want to run a Valuation using the endpoint. That will give you the current retail and trade values for the vehicle. Consider employing the Bounds feature to understand the valuation upper and lower thresholds as part of this calculation.

Registration Plate Search
Facet (Drop Down) Search
other vehicle discovery mechanisms here.
Market Overla
All Images
Primary Description
Pricing
A basic overview of the PAV-Style integration workflow