Harbor Gateway
Health & Status
Copy Page
Harbor Gateway
Harbor Gateway API
Harbor Gateway
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
Health & Status
MCP
Copy Page
Health check
GET
/health
Try it
Run in Apidog
Run in Apidog
Quick health check endpoint to verify the service is running
Request
None
Responses
🟢
200
OK
application/json
Service is healthy
Body
Generate Code
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
GET
'/health'
Response
Response Example
{
"status"
:
"ok"
,
"timestamp"
:
"2019-08-24T14:15:22Z"
}
Modified atÂ
2025-11-27 00:04:50
Previous
Admin interface
Next
List all transactions