Skip to main content
We use OAuth2 authentication process with next configuration:

1. Postman

Authentication with Postman can be done by following the steps below:
  1. On Authorization tab choose OAuth 2.0 as Auth Type
  2. In Configure New Token section use the following values:
  1. Click Get New Access Token -> Proceed -> Use Token

2. Python

You can also use python along with authlib and httpx. See the following example: