Authorization is the process which ensures that any client that want to access a bucket through the API is actually permitted access to that bucket. An API key
is used for Authorization.
Any client working with the Konso API needs to provide an API key
which gives access to the buckets that they want to work with.
You can create an API key
by navigating to Settings -> API access in the Konso web app. From there, the API key can be obtained.
Each API request should have an API key as a header parameter to authorize the specified request:
"x-api-key": "your api key"