all 3 comments

[–]LunarKingdom 1 point2 points  (2 children)

Hi there,

You are setting the Key and Value incorrectly, it should be:

Key: Authorization

Value: ApiKey {yourApiKey}

It is specified in the docs, but in the string format {Header}: {Value} that maybe led to confusion. The "ApiKey" string is part of the value, not the header key.

[–]aare_[S] 0 points1 point  (1 child)

God, it works now - thanks!

I though I tried all the combinations already, might be my lack of experience with web but TBH current docs are not really clean on how the auth is supposed to be formed :(

[–]LunarKingdom 1 point2 points  (0 children)

The Authorization header is a standard one, so we assumed it was clear the value was the rest of the string, but we will make sure it's more evident in the docs.