Skip to content

Unexpected Unlock

This event is fired by the station when a spot is unlocked without any request from user or operator.

Warning

This is not a normal process and you should connect this to an alert system. This event only happens when the station is open and someone manually open the locker. Or, when someone ripped a scooter out of the station (someone unbelievably strong because it requires >2 tons effort)

Body parameters

  • event: unexpected-unlock
  • station (integer): The identifier of the station where a spot was unlocked.
  • data: (json object).
  • spot (integer): The number of the unlocked spot. The range is between 1 and 32 (included).

Body example

{
    "event": "unexpected-unlock",
    "station": 156,
    "data": {
        "spot": 1
    }
}