Authorize or Refresh Token

This method authorizes or refreshes the token depending on the body of the request.
For creating new token required parameters are: code, grant_type, redirect_uri, code_verifier and client_id

For refreshing existing token required parameters are: refresh_token, grant_type, client_id

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