Retrieve details of tenant Google integrations settings.
GET /api/google HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
{ "client_id": "text", "client_secret": "text", "redirect_uri": "text", "sbc_redirect_uri": "text", "auth_consent_uri": "text" }
Update tenant Google integration settings.
The client ID of Google Cloud project.
The client secret of Google Cloud project.
POST /api/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