Listings - Admin
Get listing ID by vehicle ID
Get the listing ID for a vehicle.
Args: vehicle_id: Viatura.ID
Returns: {"vehicle_id": 123, "listing_id": 456} or {"vehicle_id": 123, "listing_id": null}
get/api/listings/by-vehicle/{vehicle_id}
Path parameters
vehicle_idinteger required
Headers
x-api-tokenstring nullable
Response
Successful Response
object required
Changes
No recorded changes to this endpoint across all 4 revisions of this API.