post https://api.gamewisp.com/pub/v1/oauth/token
After successful redirect from /user/authorize use this endpoint to exchange a code for an access_token
The Response on this endpoint has changed
If you have legacy API code, note that this response has changed. You will need to update your code accordingly.
The access_code field is no longer nested inside a data object in the response and is instead in the root of the response. This is more in accordance with examples provided in the OAuth2 specification.
Need more Help?
For a thorough walkthrough of how to use this endpoint, check out Connecting to a GameWisp Channel