cURL
curl --request GET \ --url https://api.example.com/api/core/google_oauth/authorize \ --header 'Authorization: Bearer <token>'
{ "authorization_url": "<string>" }
Returns the URL to redirect the user to for Google Drive OAuth consent (refresh token flow).
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?