URL Linking Structure

Jump directly out of your own applications into a valuable part of the AutoGrab product suit.

As an approved integration partner you can create buttons inside your system that link directly to parts of the AutoGrab product suite. This can create valuable user experiences for your customers giving them new abilities to explore datasets outside your platform.

The "app.autograb.com.au/" prefix applies for most users, consider if your AutoGrab customer audiences use SSO to access the app. If so you may need to dynamically update your prefix like "example.autograb.com.au/".

.Real-Time Pricing

At a minimum, a vehicle ID parameter must be included in the URL, as you can see below: https://app.autograb.com.au/pricing?vehicleId=6673067719786496 You will need to include a rego, vin and/or state parameter to pre-fill the registration search box without running a rego lookup. This will associate the pricing record with the correct rego and VIN and enable easy access to PPSR lookups as those details will also be pre-filled: https://app.autograb.com.au/pricing?vehicleId=6673067719786496&rego=CER226&vin=WBATR92040LE26311&state=VIC Ideally, the odometer reading should also be passed in the URL, otherwise, it will default to 0kms. You can use the odometer input with or without the rego/vin inputs, but the vehicle ID is always required. https://app.autograb.com.au/pricing?vehicleId=6673067719786496&rego=CER226&vin=WBATR92040LE26311&state=VIC&kms=10000 The expected integration pattern assumes your user has access to app.autograb already. If they are not signed in they will be asked to. You can find the vehicle ID by using a vehicle search mechanism as you would have already done in your product.

This URL strategy will not submit the valuation request, your user will need to push the button.

Sourcing

To jump to a specific vehicle in sourcing you can provide identifiers in the following URL patterns. If the identifier is not able to be matched to a vehicle in sourcing we will notify the user of this in app.

IdentifierURL Example

Lead ID

https://app.autograb.com.au/sourcing/leads/3394e05f-281d-477d-9a4d-3c361307acaf

VIN

https://app.autograb.com.au/sourcing?vin=6G1ZX54775L481373

Registration Plate

https://app.autograb.com.au/sourcing?rego=S075AMU

MyListings

To jump to a specific vehicle in MyListings you can provide identifiers in the following URL patterns. If you pass in an identifier that is not associated with the logged in dealer we will show an error popup notifying the user of this.

IdentifierURL Example

Lead ID

https://app.autograb.com.au/portfolio?lead_id=d0233c61-f4b9-4e3e-87c7-66fca7731005

VIN

https://app.autograb.com.au/portfolio?vin=7AT0H61YX14006214

Registration Plate

https://app.autograb.com.au/portfolio?rego=1GAJ330

Last updated