Skip to content
Evgeny Borzenin edited this page Aug 10, 2014 · 2 revisions

You authenticate with the Configuratron API by providing an authentication token or an API key.

TODO: describe how does Token authentication work

TODO: describe how to generate API key from client application

Once you have an API key, you can provide it to the API in the following ways:

  1. Through the X-Configuratron-ApiKey HTTP header with all requests
  2. As an apiKey query string parameter with all requests
Clone this wiki locally