Skip to main content
GET
/
api
/
core
/
google_drive
/
service_account_email
Get Google Drive service account email
curl --request GET \
  --url https://api.example.com/api/core/google_drive/service_account_email \
  --header 'Authorization: Bearer <token>'
{
  "value": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Response

200 - application/json

Successful Response

value
string
required