Authentication process and client examples
Authorization
tab choose OAuth 2.0
as Auth Type
Configure New Token
section use the following values:Get New Access Token
-> Proceed
-> Use Token
python
along with authlib
and httpx
.
See the following example: