Skip to main content
POST
/
api
/
orgs
/
{id}
/
integrations
/
google-chat
/
link-token
Create Google Chat setup message
curl --request POST \
  --url https://atollhq.com/api/orgs/{id}/integrations/google-chat/link-token \
  --header 'Authorization: Bearer <token>'
{
  "token": "<string>",
  "command": "<string>",
  "expiresAt": "2023-11-07T05:31:56Z"
}

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

token
string
required
command
string
required
expiresAt
string<date-time>
required