Exchange your authorization_code and code_verifier for tokens. Once that you have an Authorization Code, you must exchange it for tokens. Using the extracted Authorization Code (code) from the first step (/code_challenge), you will need to POST to the token URL sending along the code_verifier.

Log in to see full request history
Path Params
string
required
string
required
Response
200

Success

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