🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/integrations/storage/refreshGoogleAccessToken \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "refreshUserToken": true } '
{ "accessToken": "ya29.a0AfH6SMC...", "error": true, "errorMsg": "<string>", "warningMsg": "<string>" }
Refresh Google access token
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for refreshing Google access token.
Whether to refresh the user token
true
OK
Response object containing refreshed Google access token.
Refreshed Google access token
"ya29.a0AfH6SMC..."
Was this page helpful?