Wrong API key error despite using the correct token from the dashboard #1570
Unanswered
hexclann
asked this question in
Self-hosting question
Replies: 1 comment
-
@hexclann hi the header is rather |
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
-
Hello, I have created an API key from the dashboard, but when I make a request I get:
{"error":"Wrong api key"}
error despite copy pasting the exact key from the UI.This is the command:
curl -s -X GET "https://app.mydomain.com/api/v5/alias/options" -H "Authorization: Bearer gcthyhtdhffqmthrrroRedactedToken" -H "Content-Type:application/json"
Beta Was this translation helpful? Give feedback.
All reactions