Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Get Google Workspace connection status

GET/v1/integrations/google/status
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Responses
200OK
calendar_last_synced_atstring
connectedbooleanrequired
emailstring
gmail_last_synced_atstring
needs_calendar_scopeboolean
token_expiredboolean
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/integrations/google/status"
Response
{
  "calendar_last_synced_at": "string",
  "connected": true,
  "email": "string",
  "gmail_last_synced_at": "string",
  "needs_calendar_scope": true,
  "token_expired": true
}