Could you explain how to actually use the API key?
Pyroglyph opened this issue · 1 comments
Pyroglyph commented
In the Getting Started section, you mention that "Every API requires you to give a special API key".
Yes I have the API key, but how does one give said key? A header? A cookie? A query string? This isn't covered at all and I'm tired of getting 401s that tell me to provide the key.
Itay2805 commented
You pass the API key using a query string named apiKey
. I will make sure to add this to the docs.