Skip to main content
GET

Get Location Listings

Retrieve all listings for a specific dealer location. Supports the same filters as the main listings endpoint.

Path Parameters

string
required
Location profile UUID

Query Parameters

boolean
default:"false"
Include listings from child locations
integer
default:"1"
Page number (1-based). Alias: page_number
integer
default:"50"
Number of items per page (max 200). Aliases: page_size, limit
string
default:"active"
Filter by listing status: active, pending, sold, draft, or all
string
ISO 8601 datetime for incremental sync. Alias: updated_since
string
Filter by location code (case-insensitive). Alias: location_code

Response

Same response format as List Listings.

Error Responses