Authorization Code Flow with PKCE
Authorize
GET <https://auth3.upbond.io/authorize>?
audience=API_IDENTIFIER&
scope=SCOPE&
response_type=code&
client_id=${account.clientId}&
redirect_uri=${account.callback}&
code_challenge=CODE_CHALLENGE&
code_challenge_method=S256HTTP/1.1 302 Found
Location: ${account.callback}?code=AUTHORIZATION_CODERequest Parameters
Parameter
Description
Get Token
Request Parameters
Parameter
Description
Remarks
Last updated
Was this helpful?