vrchatapi / vrchatapi.github.io

✨ VRChat API Documentation - A Community-Driven API documentation project.
https://vrchatapi.github.io
MIT License
220 stars 44 forks source link

Could you explain how to actually use the API key? #1

Closed Pyroglyph closed 6 years ago

Pyroglyph commented 6 years ago

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 6 years ago

You pass the API key using a query string named apiKey. I will make sure to add this to the docs.