Returns the service status for a vehicle

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

This endpoint returns the actual service status for a vehicle. The status can be one out of: * INACTIVE: Customer set desired state to INACTIVE * ACTIVATIONREQUESTED: Customer set desired state to ACTIVE, but vehicle was not contacted yet. * ACTIVATIONPENDING: Service activation request has been submitted to vehicle but was not confirmed yet. * ACTIVE: Service has been activated on vehicle. * ACTIVATIONFAILED: Service could not be activated after try out period . There are multiple reasons possible. * NOTAVAILABLE: Vehicle does not support the requested service.

RESPONSES

status: OK

[{"serviceId":"1001","status":"ACTIVATION_REQUESTED"},{"serviceId":"1001","status":"INACTIVE"}]