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

Authorizations

better-auth.session_token
string
cookie
required

Response

Successful response

allowedDomains
string[]
required
configured
boolean
required