cURL
curl --request GET \ --url https://api.example.com/settings/oauth \ --cookie fastapiusersauth=
{ "oauth_google_enabled": true }
Successful Response
Settings for OAuth authentication.
Was this page helpful?