...
There are two environments. One for testing (development
) and one for the production (production
).
Environment | URL |
---|---|
development | https://api.dev.it. |
fahrzeugmarkt. |
online/public/v1 | |
production | https://api. |
fahrzeugmarkt. |
online/public/v1 |
Authentication
To use the public API, you have to provide the Header X-Authorization
in every request (X-Authorization: API_KEY
).
Header | Required | Value | Description |
---|---|---|---|
|
| Ask our support team for your |
Dealerships
Dealerships list
...
Code Block |
---|
201 Created |
Fields
field | type | required | constraints | description | ||
---|---|---|---|---|---|---|
| integer | The | ||||
| integer | string | The | ||||
| integer | The
| ||||
| integer | The | ||||
| string | required if | ||||
| string | required if | ||||
| string | required if | ||||
| string | |||||
| string | |||||
| string | | ||||
| array / objekt |
Offers
Offers list
This service will list all the available offers.
...
You can add parameters such as paginate
or filter
to get the offers according to your needs.
Parameter | Target | Required | Constraints | Request | Description | ||
---|---|---|---|---|---|---|---|
| pagination | The maximum value per page is |
| Get all the offers with 200 items per page. | |||
| filter | Filters by the codes. This is required for the “Merkliste”. |
| Get all the offers where the code is 100 OR 150 | |||
| filter | List available from service |
| Get all the offers where the car brand is 20 OR 23 | |||
| filter | List available from service |
| Get all the offers where the car model is 149 | |||
| filter | List available from service |
| Get all the offers where the car type code is “NW” | |||
| filter | List available from service |
| Get all the offers where the car body is 2 OR 1 | |||
| filter | List available from service |
| Get all the offers where the car transmission code is 4 | |||
| filter | List available from service |
| Get all the offers where the car fuel is 1 OR 3 | |||
| filter | This filter needs a range of values like List available from service |
| Get all the cars registered between 2019-01 | |||
| filter | This filter needs a range of values like List available from service |
| Get all the cars with mileage between 0 | |||
filter | You can combine the filters according to your needs |
| Get all the offers where the car fuel is 1 OR 3 | ||||
| sort |
| |||||
| sort |
| |||||
| sort |
| |||||
| sort |
|
| ||||
| sort |
|
| ||||
| sort |
|
| ||||
sort | You can combine the sorts according to your needs |
| Sort the offers by the brand and then by the mileage |
Offer
This service will all the details for available offer.
...