Authorization Code Flow
Authorize
GET <https://auth3.upbond.io/authorize>?
audience=API_IDENTIFIER&
scope=SCOPE&
response_type=code&
client_id=${account.clientId}&
redirect_uri=${account.callback}&
state=STATEHTTP/1.1 302 Found
Location: ${account.callback}?code=AUTHORIZATION_CODE&state=STATERequest Parameters
Parameter
Description
Get Token
Request Parameters
Parameter
Description
Last updated
Was this helpful?