Using the HA REST API with token authorization #326
-
Hey, I'm currently writing an app where I use the HA REST API to check the configuration. This request requires a token and while I could just add a long-lived token to the My question now is: Can I do the API request without supplying my own token? |
Beta Was this translation helpful? Give feedback.
Answered by
frenck
Jan 13, 2024
Replies: 1 comment 6 replies
-
The token exists, it is injected by the add-on. ../Frenck |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
frenck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The token exists, it is injected by the add-on.
../Frenck