-
Notifications
You must be signed in to change notification settings - Fork 0
API
Dilpreet Chana edited this page Oct 12, 2020
·
6 revisions
All commands must be authorized with a bearer token associated with an email.
Get an email linked auth token
{
"email": <user email>,
"password": <user password>
}
Auth token is sent to email.
Register a new vehicle on the server. Each email is limited to 5 vehicles.
{
"email": <user email>,
"token": <auth token>,
"vtype": <vehicle type>
}
Vehicle ID is sent to email.
Get the state of a vehicle
Send a CAN message to vehicle
Delete vechicle