# Fleet Remarketing External API The Fleet Remarketing External API it's a set of services to share our data with interested external partners Version: 0.0.1 ## Servers Production environment ``` https://partners.finn.com/api/v1 ``` ## Security ### ApiKeyAuth Generated through the API Gateway console. Each service uses the separate key. Type: apiKey In: header Name: X-Api-Key ### Actor Identifies who has made the request. Type: apiKey In: header Name: X-Finn-Actor ### BearerAuth Authenticates the identified actor who has made the request. Type: http Scheme: bearer ## Download OpenAPI description [Fleet Remarketing External API](https://docs-finn.redocly.app/_bundle/api/remarketing/openapi.yaml) ## Cars Operations related to cars ### List car inventory by filter - [GET /cars](https://docs-finn.redocly.app/api/remarketing/openapi/cars/getcarinventory.md): Lists all car inventory for remarketing that meets the filter criteria. You can use a range of filters on the list returned, including filtering by: * Brand name * Color * Expected return date * Model name * Vehicle identification number (VIN) * Model Year * Configuration ID * Trim * Registration Dates * Engine * Latest Mileages * Fuel * Co2 emission * Car lifecycle status You can also apply sorting on the list returned by the following properties: * Expected return date * Date First Registration * Damage Deductible * Latest Mileage * Brand Name * Model Name * Vin * Location Name * Color * Trim * Engine * Latest Mileage * Shift * Fuel Name * Model Year * Offer Statuses ### Gets all configuration information available for a specific car. - [GET /cars/{finnCarId}](https://docs-finn.redocly.app/api/remarketing/openapi/cars/getcarconfigurationbycarid.md)