/auth/access_token/{code_verifier}/{code_challenge}

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
string
required
Response
200

Success

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