Steps in Postman
- Follow the steps to Create an OAuth2 Application: make sure you copy the client_id, secret, redirect URI, and scopes (you will need them in the following steps)
- Go to your Postman account > paste the Factorial credentials endpoint URL > select Authorization > OAuth 2.0
- Scroll to the "Configure a new token" section
- Fill the following fields:
- Auth URL:
- Access Token URL:
- Callback URL: paste the redirect URI from step 1.
- Client ID: paste the redirect URI from step 1.
- Client secret: paste the redirect URI value from step 1.
- Scope: paste the scopes value from step 1.
- Click on "Get new access token"
- Complete the login and authorize the application.
- Use the Token!

Updated 10 days ago
