Steps in Postman

  1. 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)
  2. Go to your Postman account > paste the Factorial credentials endpoint URL > select Authorization > OAuth 2.0
  1. Scroll to the "Configure a new token" section
  1. Fill the following fields:
  1. Click on "Get new access token"
  1. Complete the login and authorize the application.
  2. Use the Token!