Wrong api key
#1942
Replies: 1 comment
-
Your header isn't correct, it should use "Authentication" header instead. The below code should work:
|
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
-
I have seen a couple other items regarding this, but so far I have not seen a resolution. I am trying to write a python script to list out my aliases. Other functions will come later.
The print function shows it is the correct API key when called. But then I immediately get:
Error fetching aliases: 401 {"error":"Wrong api key"}
I have tried several new API keys. And I have tried changing the Authroization header to just:
Nothing seems to work.
Beta Was this translation helpful? Give feedback.
All reactions