cURL
curl --request GET \ --url http://localhost:3000/api/v1/version \ --cookie nut-session=
{ "success": true, "data": { "version": "1.0.71-alpha.10", "name": "Coconut API" } }
Retrieve API version information
Session cookie authentication
Version information
Show child attributes
"1.0.71-alpha.10"
"Coconut API"