Mobypark API Docs
Home
Home
    • Auth
      • Account
        • /profile
        • /logout
        • /profile
      • Parking Lots
        • /parking-lots
        • /parking-lots/{parking-lot_id}/sessions/start
        • /parking-lots/{parking-lot_id}/sessions/stop
        • /parking-lots
        • /parking-lots/{parkinglot_id}
        • /parking-lots/{parkinglot_id}/sessions
        • /parking-lots/{parkinglot_id}/sessions/{parking_session_id}
        • /parking-lots/{parkinglot_id} (ADMIN)
        • /parking-lots/{parkinglot_id}/sessions/{parking_session_id} (ADMIN)
        • /parking-lots/{parkinglot_id} (ADMIN)
      • Payments/Billing
        • /payments
        • /payments/refund
        • /billing
        • /billing/{username} (ADMIN)
        • /payments
        • /payments/{username} (ADMIN)
        • /payments/{transaction_id}
      • Vehicles
        • /vehicles
        • /vehicles/{license_plate}/entry
        • /vehicles
        • /vehicles/{vehicle_id}/history
        • /vehicles/{vehicle_id}/reservations
        • /vehicles/{license_id} (ADMIN)
        • /vehicles/{vehicle_id}
        • /vehicles/{username}
      • Reservations
        • /reservations (USER)
        • /reservations (ADMIN)
        • /reservations/{reservation_id}
        • /reservations/{reservation_id}
        • /reservations/{reservation_id}
    • NoAuth
      • Account
        • /login
        • /register
    • Schemas
      • Billing Object
      • Parkinglot Object
      • Parking Session Object
      • Payment Object
      • Reservation Object
      • Vehicle Object

    Vehicle Object

    {
        "id": "string",
        "user_id": "string",
        "license_plate": "string",
        "make": "string",
        "model": "string",
        "color": "string",
        "year": 0,
        "created_at": "string"
    }
    Built with