Securely authenticate and seamlessly integrate with our platform using provided credentials.

Obtaining Client Credentials

To interact with our system, you will need both a client_id and client_secret. These credentials are vital for the authentication process. If you haven't received them already, please reach out to your Liberis partner manager. They will guide you through the process and provide you with the necessary credentials.

Token Usage Guide

Our system provides an /Token endpoint to obtain an access_token. Once you make a request to this endpoint and receive a successful response, you'll be provided with an access_token.

For authentication, we utilize the bearer token mechanism. When making subsequent requests to other endpoints, include the received access_token in the authorization header, prefixed with the word Bearer.

Example:

Authorization: Bearer YOUR_RECEIVED_ACCESS_TOKEN

Ensure to replace YOUR_RECEIVED_ACCESS_TOKEN with the actual token you obtain from the /Token endpoint.

Language
Click Try It! to start a request and see the response here!