Harbor Gateway
Health & Status
Copy Page
Harbor Gateway
Harbor Gateway API
Health & Status
Admin interface
GET
Health check
GET
Transactions
List all transactions
Create a transaction
Get transaction details
Release transaction
Open locker by transaction ID
Lockers
List all lockers
Get locker details
Open locker by ID
Open all lockers
System
Get system information
Update system configuration
Get system logs
Schemas
Locker
TransactionResponse
LockController
System
LogEntry
OperationResponse
LockerOperationResponse
MultiStatusOperationResponse
OpenAllLockersResponse
Error
Harbor Gateway Admin API
Authentication
Login with Basic Auth and receive session token
Logout and invalidate session token
Controllers
List all lock controllers
Manually add a lock controller
Trigger manual mDNS scan
Get controller details
Update controller settings
Remove controller from system
Replace a failed controller
Adjust locker count for controller
Lockers
Update locker service state
System
Refresh network information
Reboot gateway system
Diagnostics
Test Sentry error tracking integration
Schemas
Schemas
Controller
ControllerDetails
CreateControllerRequest
AdjustLockerCountResponse
OperationResponse
Error
Response
Unauthorized
NotFound
InternalServerError
Health & Status
Copy Page
Admin interface
GET
/
Try it
Run in Apidog
Run in Apidog
Serves the admin interface HTML frontend. This is the primary web interface for managing the locker service.
Request
None
Responses
🟢
200
OK
application/json
Admin interface HTML page
Body
Generate Code
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
GET
'/'
Response
Response Example
{
"message"
:
"string"
,
"version"
:
"string"
}
Modified atÂ
2025-11-27 00:04:50
Next
Health check