C
Cloud Tasks API v2
Details
- URL
-
https://cloudtasks.googleapis.com - Docs
- https://docs.cloud.google.com/tasks/docs/reference/rest
Authentication
Authorization: Bearer <credential> For Cloud Tasks, Google directs developers to Authenticate to Cloud Tasks. The easiest path is either to sign in with the Google Cloud CLI using gcloud auth login for user credentials, or set up Application Default Credentials / a service account for server-to-server access. Then send the resulting OAuth 2.0 access token as Authorization: Bearer <token> to the API.