Cars
Car constants
This endpoint returns a list of relevant car constants names in the specified languages. For example, calling with the parameters {"languages":"en-us","fr"} will return the list in English (US) and French. To retrieve the full list, make the request with an empty body.
post/cars/constants
Headers
X-Affiliate-Idinteger required
Include here your Affiliate identifier number
Request body
Example request
{
"languages": [
"en-us"
]
}Response
Successful response.
Changes
No recorded changes to this endpoint across all 1 revision of this API.