Secure user authentication flow for accessing user data with consent
https://app.drip.re/oauth/authorize?client_id=YOUR_CLIENT_ID&redirect_uri=YOUR_REDIRECT_URI
redirect_uri
with an authorization code: YOUR_REDIRECT_URI?code=AUTH_CODE&response_type=code
redirect_uri
with an authorization codehttps://app.drip.re/oauth/authorize
) with the API endpoint (https://api.drip.re/api/v1/auth/oauth/authorize
). Users visit the consent page in their browser - you should never directly call the authorization API endpoint. The consent page handles calling the API internally when the user approves.redirect_uri
with the authorization code:
Invalid Client ID
invalid_client
Causes:Code Already Used
code_already_used
Causes:Code Expired
code_expired
Causes:Invalid Code
invalid_code
Causes:Clear Consent UI
Smooth Flow
Session Management