Google

Retrieve global Google integrations

get

Retrieve details of global Google integrations settings.

Authorizations
Responses
200
OK
application/json
get
GET /api/admin/google HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "client_id": "text",
  "client_secret": "text",
  "redirect_uri": "text",
  "sbc_redirect_uri": "text",
  "auth_consent_uri": "text"
}

Update global Google integration.

post

Update global Google integration settings.

Authorizations
Body
client_idstringOptional

The client ID of Google Cloud project.

client_secretstringOptional

The client secret of Google Cloud project.

Responses
200
OK
post
POST /api/admin/google HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 43

{
  "client_id": "text",
  "client_secret": "text"
}

No content