Get the connectivity compatibility for a specific vehicle

GET {{baseUrl}}/v1/accounts/vehicles/:vin/compatibilities

This endpoint delivers the indication of the compatibility of your vehicle and if its basically possible to activate services. It does not mean that all signals of a service are available, nor that all signals are available at all times.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"services":[{"available":"\u003cboolean\u003e","serviceId":"\u003cstring\u003e","serviceName":"\u003cstring\u003e"},{"available":"\u003cboolean\u003e","serviceId":"\u003cstring\u003e","serviceName":"\u003cstring\u003e"}],"vehicleProvidesConnectivity":"\u003cboolean\u003e","vin":"\u003cstring\u003e","vehicleType":"\u003cstring\u003e"}