Skip to content

Locked

This event is fired when a the vehicle locked.

Body parameters

  • event: locked
  • vehicle (integer): The identifier of the vehicle.
  • data: (json object).
    • time (integer): The time in milliseconds since Epoch when the scooter locked.
    • lock (integer): The identifier of the lock, as it was in the lock request.

Body example

{
    "event": "locked",
    "vehicle": 156,
    "data": {
        "time": 1588171211824,
        "unlock": 656411
    }
}