Skip to content

Search dealerships by postcode

GET
/manufacturers/{id}/search_by_postcode

This endpoint allows you to search dealers under an OEM manufacturer by postcode.

id
required
string

Manufacturer ID

postcode
string

Postcode to search for nearby dealerships

Returns the closest locations

Examples
{
"id": 123,
"dealership_id": 58,
"name": "McDermott-Daniel",
"website_url": null,
"address": {
"id": 64,
"addressable_id": 59,
"addressable_type": "Dealership",
"city": "Gold Coast",
"created_at": "2025-03-12T10:38:16.915Z",
"long": null,
"lat": null,
"name": null,
"place_id": null,
"place_url": null,
"postcode": 4225,
"seo_city": null,
"state": "QLD",
"street": "123 Fake Street",
"updated_at": "2025-03-12T10:38:16.915Z"
},
"contact_detail": {
"id": 32,
"contactable_id": 32,
"contactable_type": "Location",
"created_at": "2025-03-12T10:38:16.928Z",
"email": null,
"facebook_url": null,
"fax": null,
"google_maps_url": null,
"instagram_url": null,
"landline_phone": null,
"linkedin_url": null,
"mailchimp_url": null,
"mobile": null,
"phone": null,
"place_id": null,
"tiktok_url": null,
"updated_at": "2025-03-12T10:38:16.928Z",
"youtube_url": null
},
"website": {
"id": 1,
"name": "Example Website",
"url": "https://example.com"
}
}

Geolocation error