I’m trying to authorize my application via the oAuth flow and have hit a wall with verifying the authorization code. The oAuth flow documentation is a bit slim but it seems like this is an authorization code flow.
I’m able to get the authorization code and then send that back to my server but I’m unsure how to send that back to Unbounce with the app id and secret. For example, Facebook requires you to make a GET request with the id, secret, and auth code as query params. How does the request to https://api.unbounce.com/oauth/token need to be formatted?