Call Your API Using the Authorization Code Flow
Steps to Use the Authorization Code Flow
1. Contact the UPBOND Team
2. Redirect the User for Authorization
https://{yourDomain}/authorize?response_type=code&client_id={yourClientId}&redirect_uri={yourRedirectUri}&scope={requestedScopes}3. Exchange the Authorization Code for Tokens
4. Call Your API with the Access Token
5. Handle Token Expiration (Optional)
PreviousAdd Login Using the Authorization Code FlowNextAuthorization Code Flow with Proof Key for Code Exchange
Last updated
Was this helpful?