Skip to main content
GET
/
settings
/
oauth
Get Oauth Settings
curl --request GET \
  --url https://api.example.com/settings/oauth \
  --cookie fastapiusersauth=
{
  "oauth_google_enabled": true
}

Authorizations

fastapiusersauth
string
cookie
required

Response

200 - application/json

Successful Response

Settings for OAuth authentication.

oauth_google_enabled
boolean
required