Comment on page

Authentication

For now, authentication is dead simple.
  1. 1.
    Request an API key from <delab at dedoco.com>
  2. 2.
    You get the API key.
  3. 3.
    Pass in the API key as a bearer token for your API calls.
-H 'Authorization: Bearer <api_key>'