Authorizations
Master API key for administrative operations
curl --request GET \
--url http://localhost:3000/master/stats \
--header 'X-API-Key: <api-key>'{
"system": {},
"nodes": {},
"timestamp": "2023-11-07T05:31:56Z"
}Returns comprehensive system statistics (Master API)
curl --request GET \
--url http://localhost:3000/master/stats \
--header 'X-API-Key: <api-key>'{
"system": {},
"nodes": {},
"timestamp": "2023-11-07T05:31:56Z"
}Master API key for administrative operations
Was this page helpful?