# version system

Get server version

Endpoint: GET /iacm/api/version
Version: 1.0
Security: x-api-key

## Response 200 fields (application/json):

  - `commit` (string, required)
    Build identifier
    Example: "96381692bf3a2bd7904769c6886e832435768b57"

  - `deployment_mode` (string, required)
    Determines if the service is running on saas or smp
    Enum: "saas", "smp"

  - `version` (string, required)
    Version number
    Example: "v0.123.0"


