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 usepython
along with authlib
and httpx
.
See the following example: