Skip to content

Unlock failed

This event is fired by the station when it receives an unlock request, but the locker is not open after 15 seconds (timeout).

It can happen in case of fault (e.g: broken opening mechanism) or if the user doesn't take out the scooter or the bike. Note that the vehicle is still locked inside the station.

Body parameters

  • event: unlock-fail
  • station (integer): The identifier of the station.
  • data: (json object).
  • spot (integer): The number of the spot whose unlocking was attempted. The range is between 1 and 32 (included).
  • unlock (integer): The identifier of the unlock, as it was in the unlock request.
  • vehicle (integer): The identifier of the vehicle in the spot.

Body example

{
    "event": "unlock-fail",
    "station": 156,
    "data": {
        "spot": 1,
        "unlock": 656411,
        "vehicle": 141
    }
}