Retrieve details of global Google integrations settings.
Authorizations
Responses
200
OK
application/json
4XX
Error
get
/admin/googleGET /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 settings.
Authorizations
Body
client_idstringOptional
The client ID of Google Cloud project.
client_secretstringOptional
The client secret of Google Cloud project.
Responses
200
OK
No content
4XX
Error
post
/admin/googlePOST /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
