API ReferenceSystem
Liveness probe
Cheap check that the worker is alive. Does NOT touch the database — use /api/ready for that.
Authorization
apiKey AuthorizationBearer <token>
BAGS API key from the merchant dashboard. Live keys (bag_live_…) operate against real chains; test keys (bag_test_…) are limited to test networks.
In: header
Response Body
application/json
curl -X GET "https://example.com/api/health"{
"status": "ok",
"uptime": 0,
"version": "string"
}