Step 3: Request an Access Token
GET https://api.parqex.com/oauth/v2/endpoints/token/?
client_id=<CLIENT_ID>&
client_secret=<CLIENT_SECRET>&
grant_type=authorization_code&
code=<AUTHORIZATION_CODE>&
redirect_uri=<ENCODED_REDIRECT_URL>Last updated