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
  • Test Cases
  • Supported Endpoints
  • Implementation Guide

Was this helpful?

Export as PDF
  1. AutoGrab Basics

API Test Cases

Test your requests in a safe zero-cost way through our test case set.

You can use our test cases to confirm your implementation on our production endpoints. All requests using these values are not billable.

Test Cases

The test cases relate to each other with all related to the same set of vehicle IDs dependant on region.

Type
Region
Value
Outcome

Registration Plate

United Kingdom

REG4SUCCESS

Returns a successful lookup response with a high-quality vehicle match

Registration Plate

United Kingdom

REG4WARNING

Returns a successful lookup response with a low-match quality warning

Registration Plate

United Kingdom

REG4NOMATCH

Returns the VIN and vehicle description but no matching vehicle

Registration Plate

United Kingdom

REG4VINONLY

Only returns the VIN and no other vehicle details

VIN

Australia

00000000000000000

Returns a valid VIN match in Australia

VIN

Malaysia

00000000000000001

Returns a valid VIN match in Malaysia

VIN

New Zealand

00000000000000002

Returns a valid VIN match in New Zealand

Vehicle ID

Australia

1111111111111111

Can be used for /Predict or /Sourcing to return outcomes.

Vehicle ID

Malaysia

2222222222222222

Can be used for /Predict or /Sourcing to return outcomes.

Vehicle ID

New Zealand

3333333333333333

Can be used for /Predict or

/Sourcing to return outcomes.

Supported Endpoints

Test cases are supported across a range of API endpoints listed below. If the endpoint you are testing with is not listed get in touch to request test data.

  • /valuations/predict

  • /valuations/vins

  • /valuations/registrations

  • /valuations/residual

  • /valuations/predict/conditions

  • /sourcing/market_overlay

  • /sourcing/market_overlay/statistics

Implementation Guide

An example implementation could run a test as part of an integration test or development process. For example, you could test a valuation flow by first using a registration plate to get the ID (which is also test data) and send that to a /predict to get a valuation and a market overlay.

PreviousIntegration OverviewNextFAQ

Last updated 11 months ago

Was this helpful?