Step 3: Exchange authorization code with access token

Prerequisites

The authorization code provided in the redirect URI can only be exchanged once and expires 5 minutes after issuance. You must exchange an authorization code with an access token or an access token/refresh token pair. You can then use the access_token to call API methods on behalf of the user.

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!