apiinfo.version

    This method allows to retrieve the version of the Zabbix API.

    This method is only available to unauthenticated users and must be called without the auth parameter in the JSON-RPC request.

    Returns the version of the Zabbix API.

    Starting from Zabbix 2.0.4 the version of the API matches the version of Zabbix.

    Retrieving the version of the API

    :

    Response:

    1. {
    2. "id": 1
    3. }