C

Cloud Workstations API

REST discovered

Details
URL
https://workstations.googleapis.com
Docs
https://docs.cloud.google.com/workstations/docs/reference/rest
Authentication
Google Cloud OAuth 2.0 access token oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

Use Google Cloud authentication to obtain an access token for calling Google APIs. The easiest path is to run `gcloud auth login` for user credentials or set up Application Default Credentials. For raw REST calls, the auth docs show using gcloud auth print-access-token and sending the result as Authorization: Bearer <token>; service accounts can also be used through ADC or impersonation. See Authenticate for using REST.