---
title: "Verify Google Connection"
method: POST
path: "/v1/integrations/google-agents/test-connection"
tags: ["google_agents"]
---

# Verify Google Connection

`POST /v1/integrations/google-agents/test-connection`

Prove the keyless Google Cloud connection works and report exactly what
Bluejay can reach. Mints a federated + impersonated token, then probes each
configured service with a cheap read. Returns per-service reachable/denied so
the customer sees their granted access instead of guessing at IAM.

Named `verify_*` rather than `test_*` so it isn't mistaken for (or collected
as) a test; the customer-facing route stays `/test-connection`.

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/f48cef80963f/schema)
