By Region and Make
The Compatibility API is an Enterprise feature. Please contact us to upgrade your plan.
Compatibility by region and make allows developers to query the latest version of our Compatibility Matrix based on region, engine type, make, and permission.
Request
Headers
HTTP Basic Auth header containing the client_id
and client_secret
.
The header is formed by concatenating the word “Basic”, a space, and a base64-encoded
string consisting of the client_id
, a colon :
, and the client_secret
.
Query
One of the following regions: US
, CA
or EUROPE
Queries for all engine types if none are specified.
A space-separated list of makes. Valid makes for a given region can be found in the makes section.
A space-separated list of permissions. Queries for all permissions if none are specified.
Response
An array of models supported for the given make
.
Was this page helpful?