# latest-plugin-version system Get the latest plugin version Endpoint: POST /iacm/api/latest-plugin-version Version: 1.0 Security: x-api-key ## Request fields (application/json): - `commit` (string, required) Build identifier Example: "96381692bf3a2bd7904769c6886e832435768b57" - `version` (string, required) Version number Example: "v0.123.0" ## Response 200 fields (application/json): - `commit` (string) Build identifier Example: "96381692bf3a2bd7904769c6886e832435768b57" - `version` (string) Version number Example: "0.2.0"