Oauth Authorizations | Community
Skip to main content

Oauth Authorizations

  • September 23, 2024
  • 1 reply
  • 0 views

How can I trigger /oauth/authorizations/new using postman to get the code?
Trying to implement a code automation to get the response code from this request.

Thanks

1 reply

Greg29
  • September 25, 2024

Hi Harry! Take a look at this article, where you can see an example GET request to grab the auth code, which then allows you to request a token. Let us know if you run into any issues!