---
title: "Google Service Account Info"
method: GET
path: "/setup/v1/locations/{id}/google/service/account"
tags: ["Locations"]
---

# Google Service Account Info

`GET /setup/v1/locations/{id}/google/service/account`

Use this endpoint to get **Google Service Account** info and optionally, verify each Resource within the Google API using the Service Account. A valid business **location id** is required.

## Path parameters

- `id` string, required

## Query parameters

- `verify` boolean

## Response `200`

Success

- GoogleServiceAccountViewModel
  - `type` string, nullable
  - `project_id` string, nullable
  - `private_key_id` string, nullable
  - `private_key_hash` string, nullable
  - `client_email` string, nullable
  - `client_id` string, nullable
  - `auth_uri` string, nullable
  - `token_uri` string, nullable
  - `auth_provider_x509_cert_url` string, nullable
  - `client_x509_cert_url` string, nullable
  - `verified_with_google` boolean
  - `messages` string[], nullable
  - `errors` string[], nullable

---

[API](https://skmtc.net/onsched/apis/onsched-setup-api.md) · [All operations](https://skmtc.net/onsched/apis/onsched-setup-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onsched/onsched-setup-api/versions/c5c023458a2f/schema)
