
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:
Choose the "Zehnder Cloud API" under the menu "APIs
Click on the green "Try it" button
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
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.In the HTTP Request section, choose HTTP as method
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.