Sign in

Login with Google

documented

Login using a Google OAuth token.

POST /api/v1/login-googleAuthenticationno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://rocket.chat/api/v1/login" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"serviceName": "google", "accessToken": "{{OAUTH2_ACCESS_TOKEN}}", "idToken": "{{OAUTH2_ID_TOKEN}}", "expiresIn": 3600, "scope": "profile email"}'