Skip to main content
GET
/
api
/
orgs
/
{id}
/
integrations
/
google-chat
Read Google Chat integration status
curl --request GET \
  --url https://atollhq.com/api/orgs/{id}/integrations/google-chat \
  --header 'Authorization: Bearer <token>'
{
  "status": {
    "orgId": "<string>",
    "adminInstallUrl": "<string>",
    "marketplaceListingUrl": "<string>",
    "workspaceDomain": "<string>",
    "linkedMemberCount": 1,
    "lastEventAt": "2023-11-07T05:31:56Z",
    "lastError": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

id identifier

Response

Successful response

status
object
required