LogoLogo
API StatusSupportPostmanContact Us
๐Ÿ‡ฆ๐Ÿ‡บ AU AutoGrab API Doc
๐Ÿ‡ฆ๐Ÿ‡บ AU 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
    • Registration Plate Search
    • Registration Status
    • VIN Search
    • Facet Search
    • Vehicle ID Search
    • Upstream Vehicle Search
    • Marketplace ID Lookup
  • Sourcing
    • Sourcing Basics
    • Market Overlay
    • Market Statistics
    • Stock Feeds
  • Vehicle Data
    • Vehicle Data Basics
    • Detailed Specifications Data
    • Vehicle History
    • Factory Build Data
  • Valuation
    • Valuation Basics
    • Valuation Predict
    • Residual Valuations
    • Max Offer Configuration
    • Gauge API
  • Embeddable Products
    • Embeddable Basics
    • Gauge Widget
    • Valuation Widget
    • Market Overlay Widget
  • REPORTS
    • Car Analysis
    • PPSR
    • Certificates
  • Customer Recapture
    • Customer Recapture API
    • Webhooks
  • Insurance
    • Pre-Accident Valuation (PAV)
    • AutoPAV
    • Repair Decision
  • AutoMate
    • AutoMate Usage Guidance
Powered by GitBook
LogoLogo

Links

  • Terms of Use

2024 ยฉ AutoGrab Pty Ltd. ABN 79 638 468 569

On this page

Was this helpful?

Export as PDF
  1. Insurance

AutoPAV

Perform an automated PAV using AutoGrabs PAV API

PreviousPre-Accident Valuation (PAV)NextRepair Decision

Last updated 3 months ago

Was this helpful?

Create a PAV automatically

post

Create a PAV automatically

Authorizations
Body
claim_idstringRequiredExample: MRC123
external_idstringOptionalExample: mrc-00001
odometernumberRequiredExample: 50000
regionstring ยท enumRequiredPossible values:
regostringOptionalExample: 1IDX452
statestringOptionalExample: WA
vehicle_titlestringOptionalExample: 2022 Toyota Hilux SR5
vinstringOptionalExample: MR0BA3CD700068478
Responses
200
Success
application/json
201
Created
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
post
POST /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"
}