API documentation
Authentication
Authentication process and client examples
We use OAuth2 authentication process with next configuration:
1. Postman
Authentication with Postman can be done by following the steps below:
- On
Authorization
tab chooseOAuth 2.0
asAuth Type
- In
Configure New Token
section use the following values:
- Click
Get New Access Token
->Proceed
->Use Token
2. Python
You can also use python
along with authlib
and httpx
.
See the following example: