Get redirect URL for location and model
GET /manufacturers/{id}/redirect_url
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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Manufacturer ID
Query Parameters
Section titled “Query Parameters ” url
required
string
Incoming URL from the national site
postcode
required
string
Postcode to search for nearby dealerships
Responses
Section titled “ Responses ”Returns website URL when no model match
Examples
{ "redirect_url": "https://example.com"}Website not found
Geolocation error