Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

List synced Google Calendar events

GET/v1/integrations/google/calendar-events
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Query parameters
limitinteger<int32>
min 1 · max 200 · default: 50
Responses
200OK
itemsCalendarEventItem[] | nullrequired
Show properties
Array of CalendarEventItem
attendeesanyrequired
descriptionstring
ends_atstring
google_event_idstringrequired
ical_uidstring
idstringrequired
linked_contact_idsstring[] | nullrequired
starts_atstring
titlestring
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
422Unprocessable Entity
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/calendar-events"
Response
{
  "items": [
    {
      "attendees": "string",
      "description": "string",
      "ends_at": "string",
      "google_event_id": "string",
      "ical_uid": "string",
      "id": "string",
      "linked_contact_ids": [
        "string"
      ],
      "starts_at": "string",
      "title": "string"
    }
  ]
}