Introduction
Checks whether vehicles from the specified make are eligible for OEM telematics support in the given region.
Make-level eligibility cannot be determined definitively — the most specific result this endpoint can return is that a vehicle might be eligible. Use with specific VINs to get a definitive eligibility result.
Parameters

apiKey

The active API Key.

make

Vehicle make

regionId

ID of the region in which eligibility support should be checked (0 - Other, 1 - North America, 2 - Europe)

sessionId

The active session ID.
Return value
The ApiOemSupportEligibility for the specified make and region.
Remarks
Make-level eligibility cannot be determined definitively — the most specific result this endpoint can return is that a vehicle might be eligible. Use with specific VINs to get a definitive eligibility result.
Code samples

Loading API Runner...