I am working on an Oauth integration with Netlify. I have the application set up and am making a successful request to authorize my app in Netlfiy to this URL:
After I get the code value it is not clear to me what URL I make the 2nd call to in order to get the access token.
I haven’t seen any examples that use this flow but this seems like the more standard Oauth flow (platforms like Stripe or Github have another endpoint like token or access_token). Does Netlify have something similar?
How do a get an access token after I get the Oauth code?