Skip to main content
GET
https://your-rootprint-host
/
api
/
settings
/
auth
/
google
Get Google auth settings
curl --request GET \
  --url https://your-rootprint-host/api/settings/auth/google \
  --cookie better-auth.session_token=
{
  "configured": true,
  "allowedDomains": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.rootprint.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

better-auth.session_token
string
cookie
required

Better Auth session cookie used by the Rootprint web UI.

Response

Google auth settings.

configured
boolean
required
allowedDomains
string[]
required