This page is only available in english language.
documentation API authentication

authentication

bearer token


In order to get access to the OPL API you need to first request a bearer token, you can do that by creating a supportticket here.

If you already have a bearer token you simply add an http header with the following code:
'Authorization: Bearer $bearerToken'

Table of contents