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 * 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. * NOT_AVAILABLE: Vehicle does not support the requested service.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"orderTime":"\u003clong\u003e","serviceId":"\u003cstring\u003e","status":"ACTIVATION_PENDING"},{"orderTime":"\u003clong\u003e","serviceId":"\u003cstring\u003e","status":"NOT_AVAILABLE"}]