Atlas
Admin — Integrations

Connect Google Chat via service account

Parses a Google Chat service account JSON key, validates required fields (client_email, private_key), and saves the installation for the current workspace. Structural validation only — does not call the Google API.

POST
/api/v1/admin/integrations/gchat

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:3001/api/v1/admin/integrations/gchat" \  -H "Content-Type: application/json" \  -d '{    "credentialsJson": "string"  }'
{
  "message": "string",
  "projectId": "string",
  "serviceAccountEmail": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}