Adapter to get data from Expert Car Broker.
Base URL https://prices.expertcarbroker.workers.dev/
This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
API_ENDPOINT | string | https://prices.expertcarbroker.workers.dev/ |
There are no rate limits for this adapter.
Every EA supports base input parameters from this list
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | feed | feed |
feed
is the only supported name for this endpoint.
Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
---|---|---|---|---|---|---|---|---|
✅ | product | The product to query | string | |||||
✅ | feedId | The feed ID to use | number |
Request:
{
"id": "1",
"data": {
"product": "ferrari-f12tdf",
"feedId": 1,
"endpoint": "feed"
},
"debug": {
"cacheKey": "N+ZifCh5pNiaCwuYd+LTr8Ge6G4="
}
}
Response:
{
"jobRunID": "1",
"data": {
"value": 482421,
"result": 482421
},
"result": 482421,
"statusCode": 200,
"providerStatusCode": 200
}
MIT License