How to use the "Try it" functionality

To make use of the Try it feature you need a subscription key and your API Key Pair. You need to be login on the developer portal before you can execute the following steps.


The steps are:

  1. Choose the "Zehnder Cloud API" under the menu "APIs

  2. Click on the green "Try it" button

  3. At the Authorization section choose your subscription key.
    You can select this via a dropdown menue. (Primary or Secondary Key)

    This will automatically add the following header information with your personal subscription key

    x-api-key = your personal primary or secondary subscription key

  4. Please add following headers in the Header section.
    Zehnder-ApiName = Your personal "API Key Name"
    Zehnder-ApiKey = Your personal "API Key Secret"

    Remark:
    To make use of the Zehnder Cloud API you need to sign in and create your personal subscription key and API Key Pair.

  5. In the HTTP Request section, choose HTTP as method

  6. Finaly click on the "Send" button to execute your API Call

Remark: In HTTP Request you can also choose other methods like C# to get the sourcecode for the API Call.