Api Key Authentication
This authentication can be configured in the settings screen which can be accessed through the kog icon in the left menu.
An API key is a token that a client provides when making API calls. The key can be sent in the query string:
GET /something?api_key=abcdef12345
Note: It is important to ensure that there is no access with the same key value
Updated over 4 years ago