Skip to content

Get redirect URL for location and model

GET
/manufacturers/{id}/redirect_url

This endpoint returns a redirect URL for the closest dealership location based on postcode. If the incoming URL contains a model name, it will return the model-specific URL on the dealership website.

id
required
string

Manufacturer ID

url
required
string

Incoming URL from the national site

postcode
required
string

Postcode to search for nearby dealerships

Returns website URL when no model match

Examples
{
"redirect_url": "https://example.com"
}

Website not found

Geolocation error