Skip to main content

API Setup in the live environment

Guide to setting up the API in the live environment

Andreas Stensig avatar
Written by Andreas Stensig
Updated this week

Please note: We recommend that you have already tested the API in the sandbox environment.

General

The live environment and the sandbox environment are configured identically in terms of integration and functionality. You will be able to reuse your calls/configurations from the sandbox as long as you change the Request URL and create a new bearer token.

Documentation

The documentation for the live environment can be found here.

Change the Request URL from Sandbox to Live Environment

When transitioning, you need to change your Request URL from:

https://sandbox-api.prduct.com/api/v1/
to

https://api.prduct.com/api/v1/

Create a new Bearer Token

In the correct live environment, you need to generate a new bearer token. Do the following:

  1. Click the three dots in the bottom-left corner.

  2. Select “My company”.

  3. Go to “API Client” in the menu.

  4. Click “Create new token”.

  5. Grant the token all permissions.

  6. Select format: JSON (XML does not support all use cases).

Once the token is created, you can use it to authenticate your API requests.

Did this answer your question?