Chrome Policy API
- URL
-
https://chromepolicy.googleapis.com/ - Docs
- https://developers.google.com/chrome/policy/reference/rest
Authorization: Bearer <credential> Create or choose a Google Cloud project in the Google Cloud Console, enable the Chrome Policy API, then open APIs & Services > Credentials and create an OAuth client ID after configuring the OAuth consent screen. Request Chrome Policy scopes such as https://www.googleapis.com/auth/chrome.management.policy or https://www.googleapis.com/auth/chrome.management.policy.readonly as needed, then exchange the client for a user access token using Google's OAuth flow described in the Chrome Policy setup guide.
Authorization: Bearer <credential> Create or choose a Google Cloud project in the Google Cloud Console, enable the Chrome Policy API, then create a service account from IAM & Admin > Service Accounts. Grant it access appropriate to your Google Workspace organization, and use it to obtain OAuth 2.0 access tokens for the Chrome Policy scopes documented in the setup guide, such as https://www.googleapis.com/auth/chrome.management.policy or https://www.googleapis.com/auth/chrome.management.policy.readonly.