C
Cloud Workstations API
Details
- URL
-
https://workstations.googleapis.com - Docs
- https://docs.cloud.google.com/workstations/docs/reference/rest
Authentication
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.