Risoluto is in active development — Star us on GitHub to follow along!
cURL
curl --request GET \ --url http://localhost:4000/api/v1/runtime \ --header 'Authorization: Bearer <token>'
{ "version": "<string>", "data_dir": "<string>", "feature_flags": {}, "provider_summary": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Runtime information
Show child attributes
Contact support