The Compatibility API is an Enterprise feature. Please contact us to upgrade your plan.
Request
HeadersThe HTTP Authorization header using the Basic authentication scheme.To construct the Authorization header value:
- Join your
client_id
andclient_secret
with a single colon (:
). - Base64-encode the resulting string:
base64({client_id}:{client_secret})
- Prepend
Basic
(with a trailing space) to the encoded string.
Basic bXktY2xpZW50LWlkOm15LWNsaWVudC1zZWNyZXQ=
One of the following regions:
US
, CA
or EUROPE
Queries for all engine types if none are specified.
A space-separated list of makes. This field is optional. If no make is specified, all makes will be returned.
A space-separated list of permissions.
Queries for all permissions if none are specified.
Response
An array of models supported for the given
make
.