API key
#21
Replies: 1 comment
-
|
The url is part of the solution, but importantly you need to also include the actual API Key from the app in the "x-api-key" header in your request. Otherwise it'll never work. https://help.iopool.com/en/articles/5537423-iopool-public-api |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Just got my iopool device and found out it has an API key which might be fun. I was able to use it to hit the /pool endpoint, but when I tried the /pool/:id it says "Missing authentication token". Maybe i'm not understanding the docs, but I tried /pool/:id, /pool/1234567 (but using my actual pool ID from the returned id value from /pool), /pool/:1234567. What am I doing wrong?
Also is it possible for the API to return the temp in Fahrenheit or do I have to do the conversion on my own from the response?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions