cURL
curl --request GET \ --url https://api.example.com/api/system/version
{ "version": "1.0.0", "commit": "abc123def456", "buildTime": "2024-12-28T10:00:00Z" }
Was this page helpful?