Listings
List Listings
Retrieve paginated vehicle listings
GET
List Listings
Retrieve a paginated list of vehicle listings within your partner access scope.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 (e.g.,
2024-10-01T00:00:00Z). Alias: updated_sinceFilter by specific dealer profile UUID
Alias for filtering by a specific dealer/location profile UUID
Alias for filtering by a specific dealer/location profile UUID. Alias:
userIdFilter by parent dealer (includes all child locations). Aliases:
parentId, companyIdFilter by location code (case-insensitive). Alias:
location_codeResponse
Listing Response Field Names
| Field | Description |
|---|---|
id | Okasie listing UUID |
slug | Public Okasie listing slug |
listingUrl | Public Okasie listing URL |
dealerProfileId | Dealer profile UUID |
externalReference | Partner listing reference |
externalProvider | Partner/provider identifier |
title | Listing title |
description | Listing description |
status | active, pending, sold, or draft |
price | Listing price |
currency | Currency, currently EUR |
brand | Vehicle brand |
model | Vehicle model |
year | Build year |
mileage | Mileage in kilometers |
fuelType | Fuel type |
transmission | Transmission type |
bodyType | Body type |
color | Exterior color |
doors | Number of doors |
seats | Number of seats |
powerKw | Engine power in kW |
co2Emission | CO2 emissions in g/km |
emissionClass | Euro emission class |
firstRegistration | First registration date |
driveType | Drive type |
gears | Number of gears |
interiorColor | Interior color |
interiorMaterial | Interior material |
weight | Vehicle weight in kg |
previousOwners | Number of previous owners |
serviceHistory | Whether service history is available |
warranty | Whether warranty is included |
warrantyMonths | Warranty duration in months |
co2Type | CO2 measurement standard |
paintType | Paint type |
fuelConsumption | Fuel consumption in L/100km |
variant | Model variant or trim |
vehicleType | VAT regime |
conditionTags | Vehicle condition tags |
engine | Engine description |
vin | Vehicle identification number |
carPassUrl | Public Car-Pass URL or legacy 11-digit certificate number |
location.postalCode | Listing postal code |
location.city | Listing city |
location.province | Listing province |
location.latitude | Listing latitude |
location.longitude | Listing longitude |
images[].url | Image URL |
images[].position | Image order |
mainImageUrl | First image URL |
features[].category | Feature category |
features[].name | Feature name |
dealer.id | Dealer profile UUID |
dealer.parentId | Parent dealer profile UUID |
dealer.locationCode | Dealer location code |
dealer.companyName | Dealer company name |
dealer.fullName | Dealer full name |
dealer.displayName | Dealer display name |
dealer.email | Dealer email |
dealer.phone | Dealer phone |
dealer.address | Dealer address |
dealer.postalCode | Dealer postal code |
dealer.city | Dealer city |
dealer.province | Dealer province |
dealer.logoUrl | Dealer logo URL |
dealer.metadata | Dealer location metadata |
dealer.parent | Parent dealer summary |
createdAt | ISO 8601 creation timestamp |
updatedAt | ISO 8601 last update timestamp |
soldAt | ISO 8601 sold timestamp, when sold |
Array of listing objects
Pagination metadata
Request metadata including partner info and applied filters