C

Cloud Tasks API v2

REST discovered

Details
URL
https://cloudtasks.googleapis.com
Docs
https://docs.cloud.google.com/tasks/docs/reference/rest
Authentication
Google Cloud access token / Application Default Credentials oauth2 discovered Set up OAuth ↗
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.