Skip to main content
Identity & Access/ZIAM

ZiamGetVersion

Returns the ZIAM service build metadata. No authentication required.

GET/api/v1/ziam/version

Operation ID

ZiamGetVersion

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • status
    String

    Status for this resource

    Example: ok

  • data
    Object

    Response payload data

    • name
      String

      Human-readable name of this resource

      Example: ziam

    • version
      String

      Version for this resource

      Example: 1.0.0

    • commit
      String

      Commit for this resource

      Example: abcdef0

    • buildDate
      String

      Build date for this resource

      Example: 2026-01-15T08:00:00Z

    • buildEnv
      String

      Build env for this resource

      Example: release