cURL
curl --request GET \ --url https://vault-api.stardust.gg/v1/health
{ "status": "ok", "info": { "database": { "status": "up" } }, "error": {}, "details": { "database": { "status": "up" } } }
Get system health info
Documentation IndexFetch the complete documentation index at: https://docs.stardust.gg/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.stardust.gg/llms.txt
Use this file to discover all available pages before exploring further.
The Health Check is successful
"ok"
Show child attributes
{ "database": { "status": "up" } }
{}
Was this page helpful?