LogoLogo
API StatusSupportPostmanContact Us
🇳🇿 NZ AutoGrab API Doc
🇳🇿 NZ AutoGrab API Doc
  • AutoGrab Basics
    • AutoGrab Developer Hub
    • Integration Overview
    • Open API Reference
    • API & System Status
    • API Test Cases
  • Authentication
    • Basic Key Based Authentication
    • OAuth Authentication
  • Vehicle Search
    • Vehicle Searching Basics
    • Plain-text Search
    • Registration Plate Search
    • VIN Search
    • Facet Search
      • Facet Integration Worked Example
    • Marketplace ID Lookup
    • Vehicle ID Search
    • Matching Confidence
  • Sourcing
    • Sourcing Basics
    • Market Overlay
      • Features
    • Market Statistics
  • Vehicle Data
    • Vehicle Data Basics
    • Vehicle History
    • Factory Build Data
  • Valuation
    • Valuation Basics
    • Valuation Predictions
      • Adjustments
      • Condition Array
      • Valuation Features
    • Residual Valuations
    • Registration & VIN Valuations
    • Valuation Features
    • Max Offer Configuration
    • AutoGauge
  • Embeddable Products
    • Embeddable Basics
    • AutoGauge
    • Valuation Widget
    • Market Insights Snapshot
  • Other Products & Resources
    • Pre-Accident Valuation API Suite
    • URL Linking Structure
    • Webhooks Integration
    • Customer Recapture
    • Brand Guidelines
    • API Reference Parameter
    • Stock Feeds
    • FAQ
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. Other Products & Resources

Pre-Accident Valuation API Suite

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

PreviousMarket Insights SnapshotNextURL Linking Structure

Last updated 1 year 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 an vehicle ID to progress through the wider set of data. You can do this in four common ways;

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 unregistered or for scenarios where a plate is not known

- 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 to understand the valuation upper and lower thresholds as part of this calculation.

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