Our client wants to monitor the web request via http API using API key. Currently, one can do that using credentials. However, the API the clients request are rather via Keys as opposed to credentials.

Getting this feature will enable the client to easily monitor their website using the http API.

Thank you


Article Comments

Hi Alex,

I'm afraid there is currently no option to use an API key. You will need to authenticate with credentials. The only option to not use a password would be to use the passhash. This could look like this:

https://yourserver/api/table.xml?content=sensors&columns=sensor&username=myuser&passhash=hash

Here you can find also more detailed information about the API.


Kind regards

Felix Wiesneth - Team Tech Support


May, 2021 - Permalink

Hi Paessler...

Now with the new API Key... Is it possible to pass it(the API Key) without having it in the URL ?? Can it be set as a header like the standard RFC1945 authorization: Token XXXXX or authorization: Bearer XXXXX

It would be really nice to be able to get it into the portion that is not viewable by the whole world...

Thanks JR


Feb, 2023 - Permalink

Hi JR,

With the API v2 this will be implemented. So far it is not possible to use this with the current version of our API.


Kind regards

Felix Wiesneth - Team Tech Support


Feb, 2023 - Permalink