Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v1/auth/settings
{ "auth_redirect_uri": "<string>", "auth_url": "<string>", "configured": true, "google_auth_client_url": "<string>", "settings": { "allow_all_google_accounts": false, "allowed_domains": [], "allowed_emails": [], "protect_system_domains": false, "protect_unpublished_boxes": false }, "cookie_domain": "<string>", "google_cloud_project": "<string>", "workspace_domain": "<string>" }
Auth settings
Show child attributes