Versions

The Qobra api is versioned. Breaking changes in our api will occur when we change the version, and you’ll be warned by email two months in advance.

Authentication

Generate your API key

To authenticate your requests, you’ll need API keys that can be found in Qobra’s global settings, integration section. In this section you’ll be able to manage your API keys.

Once you have retrieved those keys, you can authenticate to the API using request header

Request Header

To identify yourself, just put a header containing the API key as specified below.

  {
    "X-API-Key": <api_key>
  }

Base URL

Qobra’s base api url is https://api.qobra.co/<version>/

For the first version of the api, you’ll have to call https://api.qobra.co/v1/