How to generate the Qobrix API Key

In this guide we take you through the steps needed to generate an API Key in order to integrate your website with Qobrix.

To begin, log in to your account. Then add the following parameters to your CRM system URL: “api/docs/”.

So, if your CRM System URL is: https://apitest.eu.qobrix.com/ , then add api/docs/ so that it becomes: https://apitest.eu.qobrix.com/api/docs/

You will then be redirected to the Qobrix API Interface.

Qobrix API documentation view

Scroll down under the Authentication section and click on the Login link.

Qobrix API Key - login

On the following screen, you will need to add your username and password for authentication purposes. Remember that your username is the email address you have used to create your Qobrix account.

Qobrix API Key - api request

Click Send API Request.

You will then be provided with an Access Token as shown below:

Qobrix API Key - access token

Copy the Access Token (copy only the code that is within the brackets) and navigate back to your Profile from the left-hand side menu:

Qobrix API key - create new key

On the next screen you will be asked to add the Access Token you generated in the previous step, as well as your password for authentication purposes.

Qobrix API Key - api key creation

Once you add the token and password, click Send API Request

Qobrix API Key - new api key created

You have successfully generated your Qobrix API Key.

Please copy this information (both the apiKey and apiUser) somewhere safe as you will need this for the next step.

To make sure you have generated your API Key correctly, navigate from the left-hand side menu to the Schema.

Qobrix API Key - schema with xapikey

Make sure to select the API key option from the drop-down menu. (Use this option as well for any other requests)

Then add the X-API Key in the following format (separated by “:” ) : apiUser:apiKey

Click on the Send API Request and check that the schema was generated in the window below.