1. Home
  2. Docs
  3. New API V1 (2022) – Testing Phase
  4. oAuth2 Authentication

oAuth2 Authentication

  • Obtain a Bearer Token

To use our oAuth2 authentication server, you have to authenticate with your backend, save the token, and then use it for all of your calls to the API Endpoints.

POST request to the Authentication end-point: Below you can find some examples on how you can request a Bearer token to use in the API Requests.

You can use your current username and password that you already use in data2 endpoints.

PHP
JS
Shell