post https://example.com/v1/auth/access_token//
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
Response
200Success