---
title: "Retrieve global Google integrations"
method: GET
path: "/admin/google"
tags: ["Google"]
---

# Retrieve global Google integrations

`GET /admin/google`

Retrieve details of global Google integrations settings.

## Response `200`

OK

- object
  - `client_id` string — The client ID of Google Cloud project.
  - `client_secret` string — The client secret of Google Cloud project.
  - `redirect_uri` string — Redirect URI. The URIs we will accept as destinations when returning authentication responses (tokens) after successfully authenticating or signing out users. The redirect URI you send in the request to the login server should match one listed here. Also referred to as reply URLs.
  - `sbc_redirect_uri` string — Same as the `redirect_uri`, but via the sbc network topology.
  - `auth_consent_uri` string — The Google OAuth2 consent uri.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
