Migrate from Access Token Heeder to API-Key pair

If you already use out first release of Cloud API you need change from the bearer Access Token and add instead of this API-Key pair

So in header of your request you need to add following informations:

  • "x-api-key" = The subsciption key (provided directly from the developer Portal here)

  • "API-Key-Name" = your personal API Key Name (provided via the Zehnder Cloud Dashboard)

  • "API-Key-Secret = your personal API Key secret (provided via the Zehnder Cloud Dashboard)

Only API-Key-Name and API-Key-Secret is new is replaces the header Authorization: bearer access_token....

The new approach makes a lot easier to make use of our Cloud API because you don't need anymore to handle access and refresh token in the backend service.

Important: The baseurl for the endpoint has been changed and please use the new baseurl.