Locations
Get Location Listings
Retrieve listings for a specific dealer location
GET
Get Location Listings
Retrieve all listings for a specific dealer location. Supports the same filters as the main listings endpoint.Path Parameters
Location profile UUID
Query Parameters
Include listings from child locations
Page number (1-based). Alias:
page_numberNumber of items per page (max 200). Aliases:
page_size, limitFilter by listing status:
active, pending, sold, draft, or allISO 8601 datetime for incremental sync. Alias:
updated_sinceFilter by location code (case-insensitive). Alias:
location_codeResponse
Same response format as List Listings.Error Responses
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Invalid or missing API key |
| 404 | NOT_FOUND | Location not found or no access |