Opens a specific locker by its ID. Physical operation with 20-second timeout per attempt, up to 3 attempts with 1-second delays (maximum total time ~62 seconds). Retries occur on network/communication errors only; hardware malfunctions are not retried. For maintenance use - does not check transaction status, outOfService, or operational status (optimistic opening - useful for troubleshooting/maintenance).
Request
Path Params
Responses
🟢200
application/json
Locker opened successfully
Bodyapplication/json
🟠404
🔴500
🔴503
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'harbor-gateway.local/lockers//open'