Download OpenAPI specification:Download
This API offers a way to interact with Customer resources like retrieving connectors, selecting vehicles and creating tickets.
Get the connectors linked to the logged in user.
Connectors
Returned when a client sends a bad request
Returned when a request is performed without or with an incorrect OIDC token
Returned when a client requests a resource it's not authorized for.
Returned when an error occurs on the server
{- "result": [
- {
- "id": 910329423,
- "uuid": "5f3d760d-ade2-4a19-aea4-36e097678ae3",
- "is_online": true,
- "has_wifi": true,
- "software_version": 2,
- "hardware_version": 0,
- "supports_doip": true,
- "vehicle_path_string": "AUDI#100#100 - (44, 44Q, C3)#1.8 Quattro 65KW SH",
- "vin_number": "VF1CN04054456164",
- "product_description": "Tow Bar Coding (Aftermarket Equipment)"
}
], - "total": 234,
- "offset": 200,
- "limit": 20
}
Get a single connector by providing a connector ID
Connector
Returned when a client sends a bad request
Returned when a request is performed without or with an incorrect OIDC token
Returned when a client requests a resource it's not authorized for.
Returned when a client requests an resource that is not found
Returned when an error occurs on the server
{- "id": 910329423,
- "uuid": "5f3d760d-ade2-4a19-aea4-36e097678ae3",
- "is_online": true,
- "has_wifi": true,
- "software_version": 2,
- "hardware_version": 0,
- "supports_doip": true,
- "vehicle_path_string": "AUDI#100#100 - (44, 44Q, C3)#1.8 Quattro 65KW SH",
- "vin_number": "VF1CN04054456164",
- "product_description": "Tow Bar Coding (Aftermarket Equipment)"
}
Get a single connector by providing a connector UUID
Connector
Returned when a client sends a bad request
Returned when a request is performed without or with an incorrect OIDC token
Returned when a client requests a resource it's not authorized for.
Returned when a client requests an resource that is not found
Returned when an error occurs on the server
{- "id": 910329423,
- "uuid": "5f3d760d-ade2-4a19-aea4-36e097678ae3",
- "is_online": true,
- "has_wifi": true,
- "software_version": 2,
- "hardware_version": 0,
- "supports_doip": true,
- "vehicle_path_string": "AUDI#100#100 - (44, 44Q, C3)#1.8 Quattro 65KW SH",
- "vin_number": "VF1CN04054456164",
- "product_description": "Tow Bar Coding (Aftermarket Equipment)"
}
Get the active ticket on a connector
Ticket
Returned when a client sends a bad request
Returned when a request is performed without or with an incorrect OIDC token
Returned when a client requests a resource it's not authorized for.
Returned when a client requests an resource that is not found
Returned when an error occurs on the server
{- "id": "3",
- "uuid": "abcb2f39-7620-401a-8dab-ec2f6075ed8a",
- "vin": "JFL91010104591010",
- "vinNumber": "JFL91010104591010",
- "vehicle_model_id": 23423,
- "vehicle_model_variant_id": 23423,
- "product_ids": [
- [
- 324234
]
], - "chat_id": "2349283_416e4c77-4fc0-40ca-b5a5-95a12c4e84e8",
- "connector_id": 990001234,
- "state": 1
}